android inputType引數型別說明

2021-06-22 12:14:56 字數 1471 閱讀 8072

android:inputtype引數型別說明

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

andro

id: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="text

shortmessage"--短訊息格式

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引數型別說明 android inputtype none 輸入普通字元 andro id inputtype text 輸入普通字元 android inputtype textcapcharacters 輸入普通字元 android inputtype text...

android inputType引數型別說明

android inputtype引數型別說明 android inputtype none 輸入普通字元 android inputtype text 輸入普通字元 android inputtype textcapcharacters 輸入普通字元 android inputtype textc...

android inputType引數型別說明

持續更新 android inputtype none 輸入普通字元 android inputtype text 輸入普通字元 android inputtype textcapcharacters 輸入普通字元 android inputtype textcapwords 單詞首字母大小 and...