Android Question Light theme

harinder

Active Member
Licensed User
Longtime User
How do I set the app default theme as light even if the phone is set to dark mode? Thnx..
 

harinder

Active Member
Licensed User
Longtime User
Manifest editor:
B4X:
CreateResourceFromFile(Macro, Themes.LightTheme)
Hello Erel,
This comes as a default text(last line)in the manifest editor of the present B4A version(i am using v10.0). Despite this, if dark mode is selected on phone, app appears with dark theme on phone.
However, this is only happening if package name in the Build Configuration is changed to some other name other than b4a.example. With Package name as b4a.example, all is well..
 
Upvote 0
Top