判斷題LinearLayout中gravity設置為Gravity.CENTER作用為內部視圖的對齊方式為居中對齊

您可能感興趣的試卷

你可能感興趣的試題

4.多項選擇題Android中有哪幾種設置Activity的啟動模式()

A.修改AndroidManifest.xml,在指定Activity節(jié)點點擊launchMode
B.代碼中給Intent對象調用setFlags方法
C.通過調用setStartMode
D.設置Activity的Mode屬性

5.多項選擇題CompoundButton類有幾個派生類()

A.CheckBox
B.RadioButton
C.TextView
D.Switch