In some phones that are enabled dark mod, the colors change automatically by dark mode, for example I set it to yellow but dark mod shows (very very)dark yellow.
In Android studio project we can add a property in styles.xml file to disable the dark mode (disabling programmatically in java not working properly on all of android distributions).
I created that styles.xml file in my Qt project and added theme property to androidmanifest.xml in application and activitiy tags to apply my custom style. But not working and didn't disable dark mode.
ُThis isn't your library issue.
Do you have a solution to this issue?