OSDN Git Service

Defining the base state of the Launcher theme, in case the platform
authorSunny Goyal <sunnygoyal@google.com>
Wed, 24 Feb 2016 00:25:42 +0000 (16:25 -0800)
committerSunny Goyal <sunnygoyal@google.com>
Wed, 24 Feb 2016 00:25:42 +0000 (16:25 -0800)
has different defaults

Bug: 27226038
Change-Id: Ic552e4c17551117236d018656fdf39b29fb06345

WallpaperPicker/res/values-v21/styles.xml

index de4b2f2..d2f7dd4 100644 (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>