mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +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
|
@ -21,6 +21,12 @@
|
|||
<item name="android:windowAnimationStyle">@style/WindowFadeTransition</item>
|
||||
</style>
|
||||
|
||||
<style name="launcherHomeTheme" parent="launcherBaseTheme">
|
||||
<item name="android:navigationBarColor">@android:color/transparent</item>
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
<!--<item name="android:windowDrawsSystemBarBackgrounds">true</item>-->
|
||||
</style>
|
||||
|
||||
<style name="colorThemeDark">
|
||||
<item name="colorPrimary">@color/darkTheme_background_color</item>
|
||||
<item name="colorPrimaryDark">@color/darkTheme_background_color</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue