Android Question How to use the Holo theme in v5.8?

GuyBooth

Active Member
Licensed User
Longtime User
I installed version 5.8 (beta) and now have the following message for my application:
It is recommended to use a custom theme or the default theme.
Remove setapplicationattribute(android:theme,"@androidstyle/Theme.Holo") from the manifest editor.

setapplicationattribute(android:theme,"@androidstyle/Theme.Holo") is a statement I inserted in the manifest as instructed in a previous version of B4A.

If I use the default theme, my title bar takes on a blue colour that clashes with my application colours, so I really just want to keep using the Holo theme (changing the title bar colour might also be an option if it is simple to do).

How do I set that up in my application? Maybe I've missed something in the latest instructions, but I can't figure it out.
 
Top