UnityShowAndroidStatusBar icon indicating copy to clipboard operation
UnityShowAndroidStatusBar copied to clipboard

chnge statusBar color

Open unity-seargent opened this issue 4 years ago • 2 comments

hi, how can i change statusBar color? its Necessary

unity-seargent avatar Feb 19 '21 16:02 unity-seargent

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+)

Over17 avatar Feb 22 '21 09:02 Over17

Hey, this is not working, I tried many things but none is working. image Here is my values-v21.xml Please help

KornyAS avatar Jul 19 '22 11:07 KornyAS