您的位置:首页 > 其它

EditText限制输入类型 - 只能输入大小写字母和数字

2017-06-28 17:55 369 查看
<EditText
android:id="@+id/et_agent_reg_pwd"
style="@style/mEditText"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/px50"
android:layout_marginRight="@dimen/px10"
android:layout_toLeftOf="@+id/iv_eyes"
android:gravity="center_vertical"
android:hint="@string/pwd_format_error"
android:maxLength="16"
android:paddingLeft="@dimen/px10"
android:digits="0123456789qwertyuioplkjhgfdsazxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"
android:password="true"
android:textSize="@dimen/sp_px28"/>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐