android input type

Display the corresponding software disk according to the content to be input, which can be achieved by modifying android:inputType.
Here are some commonly used input types.
android:inputType="none"--input ordinary characters  
android:inputType="text"--input ordinary characters  
android:inputType="textCapCharacters"--input ordinary characters  
android:inputType="textCapWords"--the size of the first letter of the word  
android:inputType="textCapSentences"--only the first letter size  
android:inputType="textAutoCorrect"--the first two are automatically completed  
android:inputType="textAutoComplete"--the first two are automatically completed  
android:inputType="textMultiLine"--multiline input  
android:inputType="textImeMultiLine"--input method multi-line (not necessarily supported)  
android:inputType="textNoSuggestions"--no suggestion  
android:inputType="textUri"--URI格式  
android:inputType="textEmailAddress"--email address format  
android:inputType="textEmailSubject"--mail subject format  
android:inputType="textShortMessage"--Short message format  
android:inputType="textLongMessage"--long message format  
android:inputType="textPersonName"--person name format  
android:inputType="textPostalAddress"--postal format  
android:inputType="textPassword"--password format  
android:inputType="textVisiblePassword"--password visible format  
android:inputType="textWebEditText"--text format as web form  
android:inputType="textFilter"--text filter format  
android:inputType="textPhonetic"--pinyin input format  
android:inputType="number"--number format  
android:inputType="numberSigned"--signed number format  
android:inputType="numberDecimal"--floating point format with decimal point  
android:inputType="phone"--dial keyboard  
android:inputType="datetime"  
android:inputType="date"--date keyboard  
android:inputType="time"--time keyboard  
 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326525778&siteId=291194637