Auto Capitalisation of text in TextView

Bagera

New Member
How do I capitalise all the text in \[code\]TextView\[/code\] in \[code\]android\[/code\]? \[quote\] android:textAllCaps="true"\[/quote\]works for \[code\]ICS\[/code\] and above but not for lower versions. I wish to do the \[code\]capitalisation\[/code\] in xml and not by using \[code\]toUpper()\[/code\] programmatically.
 
Back
Top