單項選擇題對話框中有幾個默認Button,()代表是確定按鈕。

A.PositiveButton
B.NegativeButton
C.NeutralButton
D.OKButton


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題ListView是常用的()類型控件。

A.按鈕
B.圖片
C.列表
D.下拉列表

2.單項選擇題以下哪個布局最不適合在多種移動終端上使用?()

A.相對布局
B.絕對布局
C.表格布局
D.線性布局

3.單項選擇題如果我們需要導入一張圖片資源,我們需要將圖片放在哪個工程目錄中?()

A.res\string
B.res\drawable
C.res\icon
D.res\picture

4.單項選擇題當TextView中的字數(shù)長度超過設置的組件長度時會自動換行,設置什么屬性可以使其不換行()

A.android:minLines
B.android:maxLength
C.android:singleLine
D.android:inputType

5.單項選擇題以下哪個控件用來顯示圖片?()

A.ImageView
B.TextView
C.EditText
D.Button