CheckBox被选择的监听事件通常使用()方法
A. setOnClickListener
B. setOnCheckedChangeListner
C. setOnMenuItemSelectenListener
D. setOnCheckedListener
当使用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. 错