Over17 / UnityShowAndroidStatusBar

Show Android status bar for applications built with Unity 5.3 and later
MIT License
149 stars 35 forks source link

chnge statusBar color #24

Open unity-seargent opened 3 years ago

unity-seargent commented 3 years ago

hi, how can i change statusBar color? its Necessary

Over17 commented 3 years ago

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

KornyAS commented 2 years ago

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