1
0
Fork 0
mirror of https://github.com/jrpie/Launcher.git synced 2025-05-06 10:34:20 +02:00

force transparent navigation bar on home screen

This commit is contained in:
Josia Pietsch 2024-09-11 21:47:00 +02:00
parent 6e28fbfea5
commit 6d1e4a3780
Signed by: jrpie
GPG key ID: E70B571D66986A2D
5 changed files with 21 additions and 0 deletions
app/src/main/res/values-v29

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="launcherHomeTheme" parent="launcherBaseTheme">
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:enforceNavigationBarContrast">false</item>
<!--<item name="android:windowDrawsSystemBarBackgrounds">true</item>-->
</style>
</resources>