android inputType常用取值

2021-07-05 17:24:32 字數 1440 閱讀 1372

//文字型別,多為大寫、小寫和數字符號。 

android:inputtype="none"//輸入普通字元

android:inputtype="text"//輸入普通字元

android:inputtype="textcapcharacters"//輸入普通字元

android:inputtype="textcapwords"//單詞首字母大小

android:inputtype="textcapsentences"//僅第乙個字母大小

android:inputtype="textautocorrect"//前兩個自動完成

android:inputtype="textautocomplete"//前兩個自動完成

android:inputtype="textmultiline"//多行輸入

android:inputtype="textimemultiline"//輸入法多行(不一定支援)

android:inputtype="textnosuggestions"//不提示

android:inputtype="texturi"//uri格式

android:inputtype="textemailaddress"//電子郵件位址格式

android:inputtype="textemailsubject"//郵件主題格式

android:inputtype="textshortmessage"//短訊息格式

android:inputtype="textlongmessage"//長訊息格式

android:inputtype="textpersonname"//人名格式

android:inputtype="textpostaladdress"//郵政格式

android:inputtype="textpassword"//密碼格式

android:inputtype="textvisiblepassword"//密碼可見格式

android:inputtype="textwebedittext"//作為網頁表單的文字格式

android:inputtype="textfilter"//文字篩選格式

android:inputtype="textphonetic"//拼音輸入格式

//數值型別

android:inputtype="number"//數字格式

android:inputtype="numbersigned"//有符號數字格式

android:inputtype="numberdecimal"//可以帶小數點的浮點格式

android:inputtype="phone"//撥號鍵盤

android:inputtype="datetime"//日期+時間格式

android:inputtype="date"//日期鍵盤

android:inputtype="time"//時間鍵盤

android inputType常用取值

文字型別,多為大寫 小寫和數字符號。android inputtype none 輸入普通字元 android inputtype text 輸入普通字元 android inputtype textcapcharacters 輸入普通字元 android inputtype textcapword...

android inputType常用取值

文字型別,多為大寫 小寫和數字符號。android inputtype none 輸入普通字元 android inputtype text 輸入普通字元 android inputtype textcapcharacters 輸入普通字元 android inputtype textcapword...

android inputType常用取值

文字型別,多為大寫 小寫和數字符號。android inputtype none 輸入普通字元 android inputtype text 輸入普通字元 android inputtype textcapcharacters 輸入普通字元 android inputtype textcapword...