Does this exist? I need to make a TextView which is always uppercase.
use
android:textAllCaps="true"
this will make your all Textview capital.
Textview