-1
I am creating a UI programmatically and every time I insert the text in the setText() buttons, the text is uppercase. In the xml UI the same thing happens. I would like the UI to keep the text as it was inserted. Uppercase as uppercase and lowercase as lowercase.
It worked perfectly. Thanks. I also found the setAllCaps() method to use programmatically.
– Davi