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:
parent
6e28fbfea5
commit
6d1e4a3780
5 changed files with 21 additions and 0 deletions
app/src/main/res/values-v29
10
app/src/main/res/values-v29/styles.xml
Normal file
10
app/src/main/res/values-v29/styles.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue