Android EditText屬性

android:hint="請輸入數字!"//設置顯示在空間上的提示信息 android:numeric="integer"//設置只能輸入整數,若是是小數則是:decimal android:singleLine="true"//設置單行輸入,一旦設置爲true,則文字不會自動換行。 android:password="true"//設置只能輸入密碼 android:textColor = "#
相關文章
相關標籤/搜索