單項選擇題對于“src/main/res/layout”目錄,以下說法正確的是()。

A.用來保存圖像文件
B.用來保存與用戶界面相關(guān)的布局文件
C.用來保存菜單文件
D.用來存放Java類


您可能感興趣的試卷

你可能感興趣的試題

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

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

2.單項選擇題在約束布局中,以下哪個屬性表示視圖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

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

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

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

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