Address bar color on mobile devices

I have added the following in head injections in order to change the color of the address bar on mobile devices but nothing changes. Whats wrong?

<style name="AppTheme.NoActionBar">

    <item name="windowActionBar">false</item>

    <item name="windowNoTitle">true</item>

    <item name="android:windowDrawsSystemBarBackgrounds">true</item>

    <item name="android:statusBarColor">@android:color/transparent</item>

    <item name="android:navigationBarColor">@android:color/black</item>

</style>

  • 693
  • More
Replies (0)
Login or Join to comment.