單項選擇題下列哪一項屬于CheckBox的直接父類()

A.View
B.TextView
C.Button
D.CompoundButton


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列關于Android的UI空間說法錯誤的是()

A.Button是普通按鈕組件,除此外沒有其他的按鈕組件
B.TextView是顯示文本的組件,TextView是EditText的父類
C.EditText是編輯文本的組件,可以使用EditText輸入特定的字符
D.ImageView是顯示圖片的組件,可以通過設置顯示局部圖片

2.單項選擇題以下關于Toast說法正確的是()

A.Toast能編輯
B.Toast有焦點
C.Toast可以獲得用戶輸入
D.Toast只能持續(xù)一段時間

3.單項選擇題下列哪個可做EditText編輯框的提示信息()

A.android:inputType
B.android:text
C.android:digits
D.android:hint

4.單項選擇題下列選項中關于RadioButton描述不正確的是()

A.RadioButton表示單個圓形單選框
B.RadioButton可以放置在RadioGroup中組合使用
C.RadioGroup中的RadioButton同時只能有一個被選中
D.以上描述都不正確

5.單項選擇題RadioGroup監(jiān)聽單選按鈕的方法通常是哪個()

A.setOnClickListener
B.setOnListener
C.setOnCheckedChangeListener
D.setOnChangeListener