This text field does not specify an inputType or a hint
android开发过程中突然发现的warning:EditText 报出 “This text field does not specify an inputType or a hint”
原因:
EditText须要指定默认输入类型,增加android:inputType="number|phone",表示指定为数字或电话
android开发过程中突然发现的warning:EditText 报出 “This text field does not specify an inputType or a hint”
原因:
EditText须要指定默认输入类型,增加android:inputType="number|phone",表示指定为数字或电话