android EditText中的inputType

android EditText中的inputType,第1张

概述原文链接:http://www.cnblogs.com/David-Young/p/5073406.html android:inputType="none"  android:inputType="text"  android:inputType="textCapCharacters"字母大写  android:inputType="textCapWords" 原文链接:http://www.cnblogs.com/David-Young/p/5073406.html

  androID:inputType="none"
    androID:inputType="text"
    androID:inputType="textCapCharacters" 字母大写
    androID:inputType="textCapWords" 首字母大写
    androID:inputType="textCapSentences" 仅第一个字母大写
    androID:inputType="textautoCorrect" 自动完成
    androID:inputType="textautoComplete" 自动完成
    androID:inputType="textMultiline" 多行输入
    androID:inputType="textImeMultiline" 输入法多行(如果支持)
    androID:inputType="textNoSuggestions" 不提示
    androID:inputType="textUri" 网址
    androID:inputType="textEmailAddress" 电子邮件地址
    androID:inputType="textEmailSubject" 邮件主题
    androID:inputType="textShortMessage" 短讯
    androID:inputType="textLongMessage" 长信息
    androID:inputType="textPersonname" 人名
    androID:inputType="textPostalAddress" 地址
    androID:inputType="textPassword" 密码
    androID:inputType="textVisiblePassword" 可见密码
    androID:inputType="textWebeditText" 作为网页表单的文本
    androID:inputType="textFilter" 文本筛选过滤
    androID:inputType="textPhonetic" 拼音输入 //数值类型
    androID:inputType="number" 数字
    androID:inputType="numberSigned" 带符号数字格式
    androID:inputType="numberDecimal" 带小数点的浮点格式
    androID:inputType="phone" 拨号键盘
    androID:inputType="datetime" 时间日期
    androID:inputType="date" 日期键盘
    androID:inputType="time" 时间键盘

转载于:https://www.cnblogs.com/DavID-Young/p/5073406.HTML

总结

以上是内存溢出为你收集整理的android EditText中的inputType全部内容,希望文章能够帮你解决android EditText中的inputType所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1115721.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-29
下一篇 2022-05-29

发表评论

登录后才能评论

评论列表(0条)

保存