Merge "Defining the base state of the Launcher theme, in case the platform has different defaults" into ub-launcher3-burnaby-polish
This commit is contained in:
commit
078d4de90b
|
@ -34,6 +34,9 @@
|
|||
</style>
|
||||
|
||||
<style name="Theme" parent="@style/BaseWallpaperTheme">
|
||||
<item name="android:windowTranslucentStatus">false</item>
|
||||
<item name="android:windowTranslucentNavigation">false</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
||||
<item name="android:statusBarColor">#00000000</item>
|
||||
<item name="android:navigationBarColor">#00000000</item>
|
||||
<item name="android:colorControlActivated">@color/launcher_accent_color</item>
|
||||
|
|
Loading…
Reference in New Issue