Reputation: 559
How do I capitalise all the text in TextView
in android
?
android:textAllCaps="true"
works for ICS
and above but not for lower versions. I wish to do the capitalisation
in xml and not by using toUpper()
programmatically.
Upvotes: 0
Views: 136