UnityShowAndroidStatusBar
UnityShowAndroidStatusBar copied to clipboard
chnge statusBar color
hi, how can i change statusBar color? its Necessary
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:
<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+)
Hey, this is not working, I tried many things but none is working.
Here is my values-v21.xml
Please help