mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-20 02:40:52 +02:00
12 lines
No EOL
454 B
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> |