You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: