You're looking at an XML attribute for TextView. It controls what happens when the user types something, in terms of capitalisation. Depending on which value you use, you'll get different behaviour, as described in your screenshot.
android:capitalize
If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types. The default is "none".