Use transparent status bar color

This commit is contained in:
proletarius101 2021-06-16 23:45:03 +08:00 committed by Hans-Christoph Steiner
parent 42b0b576d1
commit bbc2c6b35a
2 changed files with 5 additions and 0 deletions

View File

@ -34,4 +34,6 @@
<color name="perms_costs_money">#fff4511e</color>
<color name="immersive_sys_ui">#33000000</color>
</resources>

View File

@ -69,6 +69,9 @@
<item name="bottomNavigationStyle">@style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface</item>
<item name="screenshotPlaceholderIconColor">#e8e8e8</item>
<!--Platform attributes-->
<item name="android:statusBarColor">@color/immersive_sys_ui</item>
</style>
<!-- light app theme with accent colors following roughly android design guidelines -->