下列关于EditText控件说法错误的是
A. hint属性用于设置没有输入时的提示文本
B. hint属性时EditText控件特有的
C. android:inputType=”number”则输入的文本只能为数字
D. android:numeric="integer"则输入的文本只能为整数
如果需要设定EditText控件输入文本的形式,需要修改()属性
A. hint
B. inputType
C. captitalize
D. editable
下列关于Button控件说法错误的是
A. Button控件是RadioButton的父类
Button可以通过设置onClick属性来设置点击事件
C. RadioButton需要配合RadioGroup使用
D. RadioButton中的选项是非互斥的
ImageView控件设置图片说法错误的是
A. 通过background属性可以设置背景图片
B. 通过src属性设置显示图片
C. background属性和src属性不能同时使用
D. background属性和src属性同时使用,background图片显示在src图片的底部