Android Question Lollipop uppercase buttons issue

cooperlegend

Active Member
Licensed User
Longtime User
My S5 upgraded to Lollipop last night.

This morning I see that all my Apps that use Buttons or ToggleButtons now always appear with the text in uppercase.

Any ideas?
 

cooperlegend

Active Member
Licensed User
Longtime User
Resolved it :)

All new projects get this theme in the Manifest

SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")

Added this to all my old projects :)
 
Upvote 0
Top