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:
Sunny Goyal 2016-02-25 17:12:03 +00:00 committed by Android (Google) Code Review
commit 078d4de90b
1 changed files with 3 additions and 0 deletions

View File

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