EditText Editable text Box
Textview text box android:min/maxlines min/large number of lines
Android:singleline= "true" setting does not break line
Android:setellipsize to omit the class capacity over length
Android:textsize= "20dip" Font size
Android:textcolor = "#ff8c00"
Android:maxlength= "10" Maximum length is 10
Android:gravity= Center Control content
Android:layout_gravity= the center control itself
Android:hint: Prompt to enter content
android:textscalex= "1.5" to set word spacing
Android:textstyle The format of the digital font bold bold Italic italic normal
android:digits= "123" setting can enter those characters, here is only 123
android:scrollbars= "Vertical" vertical scrolling
Android:cursorvisible= "false" to hide the cursor
Android:inputtype= "Number" to set the content type, password, numbers ... in the text box.
Basic properties for Android text boxes and edit boxes