屬性名稱 對應的XML程式碼 說明 lines android:lines 設定最多可以顯的列數 ems android:ems 設定每列的字元數目,必須是width屬性設定為wrap_content,此屬性才有作用。 editable android:editable 是否可輸入文字 enabled android:enabled 設定是否作用 single line singleline false表示可輸入多列,true只能輸入一列 inputType android:inputType 這是一個相當重要的屬性,可以限定輸入資料的類型 text 可輸入所有字元 textUri 可輸入網址 textEmailAddress 可輸入電子郵件 textPassword 可輸入密碼 number 可輸入0~9的數字 date 可輸入日期(0~9、「/」) time 可輸入日期(0~9、「:pam」) phone 可輸入電話號碼 numberSigned 可輸入帶負數符號的數字 numberDecimal 可輸入帶小數點的數字 unmberPassword 可輸入數字密碼 也可使用「|」設定同時核選多項輸入的格式 hint adnroid:hint 當輸入欄位為空時顯示的提示訊息