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
 

Similar Threads

Replies
1
Views
1K
  • Article
Android Code Snippet Full Screen Theme
Replies
1
Views
10K
  • Article
Android Code Snippet Theme Colors
Replies
3
Views
29K
  • Article
Android Code Snippet Version safe themes
Replies
4
Views
12K
Top