Android Question Can i customize my app with android-holo-colors.com?

Jerez

Active Member
Licensed User
Longtime User
This page can help to customize android app colors. This page generate a zip file with a res folder inside with all resources and xml of the theme. How can i use with B4a? Just overwrite my res folder and modify the manifest file? how? please advise.

Thanks!
 

eurojam

Well-Known Member
Licensed User
Longtime User
yes it works like you described. Don't forget to set the res folder and its subs to read only. then add
B4X:
SetApplicationAttribute(android:theme, "@style/myTheme")
with your theme name to the manifest editor.

best regards
stefan
 
Last edited:
Upvote 0
Top