天天看點

EditText和TextView其他屬性總結

android:numeric="integer"//設定隻能輸入整數,如果是小數則是:decimal

android:capitalize = "characters"//以大寫字母寫

android:textAlign="center"//EditText沒有這個屬性,但TextView有,居中

android:textColorHighlight="#cccccc"//被選中文字的底色,預設為藍色

android:textColorHint="#ffff00"//設定提示資訊文字的顔色,預設為灰色android:textScaleX="1.5"//控制字與字之間的間距

android:type//字型,normal, sans, serif, monospace

其他不常用的屬性 : http://android.tgbus.com/Android/tutorial/201108/361860.shtml

EditText限制兩位小數 : http://blog.csdn.net/zoeice/article/details/7900466

繼續閱讀