多項選擇題以下關(guān)于Toast說法不正確的是()

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

3.多項選擇題下列選項中屬于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)

4.多項選擇題以下那些屬于Context的子類()

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