EditText,inputType 值(XML)

140

2
有点晚了,但我认为这可能是你要找的内容: http://developer.android.com/reference/android/R.attr.html - ChrisV
3
也许这就是您正在寻找的内容: http://developer.android.com/reference/android/R.styleable.html#TextView_inputType - Robbie Matthews
1
具体来说,http://developer.android.com/reference/android/R.attr.html#inputType - cottonBallPaws
3个回答

321
您可以使用Eclipse中的属性选项卡来设置各种值。
以下是所有可能的值:
无、文本、文本大写字符、文本单词、文本句子、文本自动更正、文本自动完成、文本多行、文本IME多行、文本无建议、文本URI、文字电子邮件地址、文本电子邮件主题、短信息文本、长信息文本、文本人名、文本邮政地址、文本密码、可见密码文本、文本Web编辑文本、文本过滤器、音标文本、Web电子邮件地址文本、Web密码文本、数字、有符号数字、小数数字、数字密码、电话、日期时间、日期、时间。
请参阅此处以获取详细解释:http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType

53
http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType - Josh
Description...? - Yousha Aleayoub

36

补充答案

以下是每种输入类型标准键盘的行为。

输入此处的图像描述

更多详细信息请参见此答案


1
使用输入类型后,您的键盘外观如何的完美示例视频。 - Ashish

0
android:inputMethod

已过时,请改用inputType

 android:inputType="numberPassword"

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接