EditText、inputType 值 (XML)
在哪里可以找到 InputType
可以具有的值?
我知道 http://developer.android.com/reference/android/ text/InputType.html,但是这些值在布局 XML 文件中应该是什么样子呢?
Where can I find the values that InputType
can has?
I'm aware of http://developer.android.com/reference/android/text/InputType.html, but how should the values look like in layout XML files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 eclipse 中的属性选项卡来设置各种值。
这里是所有可能的值
检查此处解释: http://developer.android.com/reference/android/widget/TextView.html#attr_android:输入类型
You can use the properties tab in eclipse to set various values.
here are all the possible values
Check here for explanations: http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType
补充答案
以下是标准键盘对于每种输入类型的行为方式。
请参阅此答案了解更多详细信息。
Supplemental answer
Here is how the standard keyboard behaves for each of these input types.
See this answer for more details.
已弃用,请改用
inputType
:is deprecated, instead use
inputType
: