StupidBeauty
Read times:717Posted at:Mon Jul 29 18:44:30 2013
- no title specified

转载 EditText中inputType的屬性列表

在EditText中,如果要限制用户只能输入数字的话,则将其 inputType属性设置为“number”.

http://barryblog.appsgoo.com/edittext%E4%B8%ADinputtype%E7%9A%84%E5%B1%AC%E6%80%A7%E5%88%97%E8%A1%A8/

亮点:

//數值類型

  • •.android:inputType="number" (數字/只允許輸入0~9)

  • •.android:inputType="numberSigned"

  • •.android:inputType="numberDecimal"

  • •.android:inputType="phone" (電話號碼)

  • •.android:inputType="datetime"

鲍蕾

Your opinions
Your name:Email:Website url:Opinion content:
- no title specified

HxLauncher: Launch Android applications by voice commands