Use transparent status bar color
This commit is contained in:
parent
42b0b576d1
commit
bbc2c6b35a
@ -34,4 +34,6 @@
|
|||||||
|
|
||||||
<color name="perms_costs_money">#fff4511e</color>
|
<color name="perms_costs_money">#fff4511e</color>
|
||||||
|
|
||||||
|
<color name="immersive_sys_ui">#33000000</color>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -69,6 +69,9 @@
|
|||||||
<item name="bottomNavigationStyle">@style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface</item>
|
<item name="bottomNavigationStyle">@style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface</item>
|
||||||
|
|
||||||
<item name="screenshotPlaceholderIconColor">#e8e8e8</item>
|
<item name="screenshotPlaceholderIconColor">#e8e8e8</item>
|
||||||
|
|
||||||
|
<!--Platform attributes-->
|
||||||
|
<item name="android:statusBarColor">@color/immersive_sys_ui</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- light app theme with accent colors following roughly android design guidelines -->
|
<!-- light app theme with accent colors following roughly android design guidelines -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user