概述
布局+代码设置显示
android:id="@+id/etName"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@null"
android:ellipsize="end"
android:inputType="textPassword"
android:digits="+-_0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLIMNOPQRSTUVWXYZ"
android:hint="请输入昵称"
android:paddingLeft="@dimen/dp_10"
android:paddingRight="@dimen/dp_20"
android:singleLine="true"
android:textColor="@color/hui_ff6"
android:textColorHint="@color/hui_ff6"
android:textSize="@dimen/sp_15" />
代码设置可现实
etName.transformationMethod = HideReturnsTransformationMethod.getInstance()
以上是我所想到的解决方案,有更好的解决方案,希望码农提供下哈
最后
以上就是坦率美女为你收集整理的android验证数字字母和特殊字符,Android EditText设置输入字母、数字、特殊字符的全部内容,希望文章能够帮你解决android验证数字字母和特殊字符,Android EditText设置输入字母、数字、特殊字符所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复