[問題] 有關linear out

看板AndroidDev作者 (千里之外)時間13年前 (2011/08/17 02:44), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/1
我的程式碼如下 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"> <Button android:text="文字區塊1" android:id="@+id/button1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_width="1"></Button> <Button android:text="文字區塊2" android:id="@+id/button2" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_width="1"></Button> <Button android:text="文字區塊3" android:id="@+id/button3" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_width="1"></Button> </LinearLayout> 希望在layout出三個button填滿視窗... 但仍是不變 http://ppt.cc/~gD( 請問哪裡少做嗎?? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 114.46.112.3

08/17 06:55, , 1F
android:layout_weight="1"
08/17 06:55, 1F
文章代碼(AID): #1EIhgHBn (AndroidDev)
文章代碼(AID): #1EIhgHBn (AndroidDev)