干净荷花

文章
6
资源
0
加入时间
3年2月3天

android:inputType常用取值

<EditText android:layout_width="fill_parent" android:layout_height="wrap_content" android:inputType="phone" />   //文本类型,多为大写、小写和数字符号。    android:inputType="none&