我在android:layout_toRightOf
有問題Invalid layout param
有沒有辦法將此參數添加到項目中?Android xml佈局:toRightOf
是這樣的代碼
<TextView
android:id="@+id/text1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/text2"
android:background="@color/red"/>
使用RelativeLayout的? – Raghunandan
no linearLayout – user3100088
'LinearLayout'沒有該屬性。使用'RelativeLayout'。澈文檔。如果你不想發佈這個問題 – Raghunandan