單項選擇題在線性布局中設置三個水平排列的按鈕平均分配寬度,需要在按鈕中設置什么屬性完成?()

A.android:layout_weight="1"
B.android:layout_width="1"
C.android:layout_height="1"
D.android:layout_gravity="1"


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在約束布局中,以下哪個屬性表示視圖A的底端置于視圖B的頂端?()

A.app:layout_constraint Top_toTopOf
B.app:layout_constraint Top_toBottomOf
C.app:layout_constraint Bottom_toTopOf
D.app:layout_constraint Bottom_toBottomOf

2.單項選擇題以下哪一個表示表格布局?()

A.LinearLayout
B.RelativeLayout
C.ContaintLayout
D.TableLayout

3.單項選擇題樣式資源文件themes.xml一般位于哪個目錄下?()

A./res/values
B./res/drawable
C./res/xml
D./res/raw

5.單項選擇題在TextView中,設置其可見使用以下哪個方法?()

A.setVisibility(View.GONE)
B.setVisibility(View.VISIBLE)
C.setVisibility(View.INVISIBLE)
D.setVisibility(View.NONEVISIBLE)