launcher/app/src/main/res/values-v29/styles.xml

12 lines
No EOL
454 B
XML

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