Textview display shape
Android:lines = " 2 " Android:ellipsize = " end "

TextView property:

Android:autoText If set, the spelling correction of the input value will be automatically performed. There is no effect here, but it is effective when the input method is displayed and input.

Android:bufferType specifies the text category obtained by getText (). The editable option is similar to StringBuilder, and you can append characters.

That is, after getText, you can call the append method to set the text content. Spannable can use styles in a given character area.

Android:capital sets the capitalization type of English letters. There is no effect here, you need to pop up the input method to see it. See the description of this property in EditView.