Android Question 4.0 - TabHost & SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Since upgrading to B4A 4.0 I keep seeing this message in the logs to
Add SetApplicationAttribute(android:theme, "@android:style/Theme.Holo") to the manifest

Well when I do TabHost does not work correctly

ANY text specified in AddTab2 becomes UPPERCASED and Two words (in my case "Mystery Doubles") on a line becomes Two words one on Two lines.

IS ANYONE else seeing this problem with TabHost after setting the Theme.Holo?

Other then removing the command from the manifest is there a fix for this?

NOTE: To verify that this is not just my program I have taken Erel's TabHost example and added the SetApplicationAttribute and his examples NOW show ALL CAPS for the tabs text.

BobVal
 
Top