Android app "forced" to dark mode

Oh,nice to hear it,now you have best of 2 world, android and iphone!

Hi,i guess drawing big enough label and setting label background color to white will do the same trick.give it a try…best rdgs,tst

Anyway,why must it be white? My app is colorful with different foreground color and background color with different control.

It just happens to be white. It could be another color, but the dark mode black with inverted text color is the real issue.

I had the same issue, I set the backgroundColor Property in project properties but that didn’t apply it to everything so I had to also set the backgroundColor and text color to all the remaining elements where the Properties backgroundColor didn’t work.