Merge branch 'immersive-status-bar' into 'master'

Use transparent status bar color

Closes #2203

See merge request fdroid/fdroidclient!1029
This commit is contained in:
Hans-Christoph Steiner 2021-06-17 06:38:02 +00:00
commit b066c40176
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -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 -->