[問題] layout reuse的問題 (include)
我有個簡單的RelativeLayout是會大量重複使用的:
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
<TextView android:id="@+id/text1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"
/>
<TextView android:id="@+id/text2"
android:layout_toRightOf="@id/text1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="B"
/>
</RelativeLayout>
我想在LinearLayout中多次include上述的RelativeLayout,
但text1, text2的內容想要由include之後去修改, 請問辦得到嗎?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.120.186.181
→
09/20 21:46, , 1F
09/20 21:46, 1F
→
09/23 01:19, , 2F
09/23 01:19, 2F
AndroidDev 近期熱門文章
PTT數位生活區 即時熱門文章