当使用EditText控件时,能够使文本框设置多行显示的属性是()
A. android:lines
B. android:layout_height
C. android:textColor
D. android:textsize
查看答案
下列关于AlertDialog的描述,错误的是()
A. 使用new关键字创建alertDialog的实例
B. 对话框的显示需要调用show()方法
C. SetPositiveButton()方法是用来设置确定按钮的
D. SetNegativeButton()方法是用来设置取消按钮的
当指定RadioButon按钮的android:checked属性为true时,表中未选中状态。()
A. 对
B. 错
AlertDialog对话框能够直接通过new关键字创建对象。()
A. 对
B. 错
LitView列表中的数据是通过Adapter加载的。()
A. 对
B. 错