We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, how can i change statusBar color? its Necessary
The text was updated successfully, but these errors were encountered:
Hi!
https://stackoverflow.com/questions/22192291/how-to-change-the-status-bar-color-in-android
In https://github.com/Over17/UnityShowAndroidStatusBar/blob/master/src/UnityShowAndroidStatusBar/src/main/res/values-v21/styles.xml, under UnityStatusBarTheme, add this:
UnityStatusBarTheme
<item name="colorPrimaryDark">@color/yourcolor</item>
Then rebuild and replace the AAR in the Unity project.
Haven't tried it myself but I see no reason why it shouldn't work (on API21+)
Sorry, something went wrong.
Hey, this is not working, I tried many things but none is working. Here is my values-v21.xml Please help
No branches or pull requests
hi, how can i change statusBar color? its Necessary
The text was updated successfully, but these errors were encountered: