多項(xiàng)選擇題下列選項(xiàng)中關(guān)于RadioButton描述正確的是()

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


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題TextView的autoLink屬性可以自動連接哪些內(nèi)容()

A.web網(wǎng)址
B.email電子郵箱
C.phone電話號碼
D.map地理位置

2.多項(xiàng)選擇題下列選項(xiàng)中屬于CheckBox構(gòu)造方法的是()

A.CheckBox(Context.context)
B.CheckBox(Context.context,AttributeSet.attrs)
C.CheckBox(Context.context,AttributeSet.attrs,int.defStyleAttr)
D.CheckBox(Context.context,AttributeSet.attrs,int.defStyleAttr,int.defStyleRes)

3.多項(xiàng)選擇題以下那些屬于Context的子類()

A.Activity
B.Service
C.View
D.Toast