android EditText中inputType的属性列表
摘要:
android 1.5以后添加了软件虚拟键盘的功能,所以在输入提示中将会有对应的软键盘模式android中inputType属性在EditText输入值时启动的虚拟键盘的风格有着重要的作用。这也大大的方便的操作。有时需要虚拟键盘只为字符或只为数字。所以inputType尤为重要。//文本类型,多为大写、小写和数字符号。 android:inputType="none" android:inputType="text" android:inputType="textCapCharacters" android:inputType=&qu 阅读全文
posted @ 2013-07-04 18:28 leihupqrst 阅读(986) 评论(0) 推荐(0)
浙公网安备 33010602011771号