Maybe it’s a dumb question, but … should we set the background color manually ?
I’m trying to use the dark theme and I get the correctly colored controls, while the background is still white
I have no style settings in xmls
Maybe it’s a dumb question, but … should we set the background color manually ?
I’m trying to use the dark theme and I get the correctly colored controls, while the background is still white
I have no style settings in xmls
best way is to use “default-background” style name:
<box styleName="default-background">
....
</box>
I knew I was missing something