<EditTextAndroid:layout_width= "Fill_parent"Android:layout_height= "Wrap_content"Android:inputtype= "Phone" /> <!--input type ordinary character -android:inputtype= "None" android:inputtype= "text" android:inputtype= "Textcapcharacters" Android:inputtype = "Textcapwords"//First Letter Capital android:inputtype= "textcapsentences"//Only first letter capitalized<!--Auto-Complete - Android:inputtype= "Textautocorrect" android:inputtype= "Textautocomplete" android:inputtype= "textMultiLine"// Multiline input android:inputtype= "textimemultiline"//Input method multiple lines (not necessarily supported) android:inputtype= "textnosuggestions"//Do not prompt Android:inputt Ype= "Texturi"//uri format android:inputtype= "textemailaddress"//e-mail address format android:inputtype= "Textemailsubject"//Message subject format Android:inputtype= "Textshortmessage"//Short Message Format android:inputtype= "Textlongmessage"//Long message Format android:inputtype= " Textpersonname "//Name format android:inputtype=" textpostaladdress "//Postal format android:inputtype=" Textpassword "//Password format for Android: Inputtype= "Textvisiblepassword"//Password visible format android:inputtype= "Textwebedittext"//As Text format for Web Forms android:inputtype= " TextFilter "//Text filter format android:inputtype=" textphonetic "//Pinyin input format android:inputtype=" number "//digital format android:inputtype=" Numbersigned "//Signed number format android:inputtype=" Numberdecimal "//can have a floating point format with decimal point android:inputtype=" Phone "//dial pad ANDROID:INP Uttype= "datetime"//Date + time format Android:inpuTtype= "Date"//Date keyboard android:inputtype= "time"//Timing keyboard
A description of the Android:inputtype property