Value: 16843113
If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types. The default is "none".
| Constant | Value | Description |
|---|---|---|
| none | 0 | Don't automatically capitalize anything. |
| sentences | 1 | Capitalize the first word of each sentence. |
| words | 2 | Capitalize the first letter of every word. |
| characters | 3 | Capitalize every character. |
Must be one of the following constant values.