summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/res/values-v19/styles.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-08-20 16:17:36 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-08-21 10:03:15 -0700
commitdd306188a6e8b4d00b8ef0ab402589c92802f04b (patch)
tree7d5919b5215f52632af6dbb2511ea06645694fd0 /WallpaperPicker/res/values-v19/styles.xml
parent93adff28ed9b6bf06eba97c1266b3fb911eca6a0 (diff)
downloadandroid_packages_apps_Trebuchet-dd306188a6e8b4d00b8ef0ab402589c92802f04b.tar.gz
android_packages_apps_Trebuchet-dd306188a6e8b4d00b8ef0ab402589c92802f04b.tar.bz2
android_packages_apps_Trebuchet-dd306188a6e8b4d00b8ef0ab402589c92802f04b.zip
Updating theme to use the light theme by default, instead of wallpaper theme
> This allows us to use all the goodness of material theme > Cursor in folder edit text is no longer 1px wide Change-Id: I705f5472ff71969ae45747dd127a8ba5253df44d
Diffstat (limited to 'WallpaperPicker/res/values-v19/styles.xml')
-rw-r--r--WallpaperPicker/res/values-v19/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/WallpaperPicker/res/values-v19/styles.xml b/WallpaperPicker/res/values-v19/styles.xml
index 136cf012c..15fb0ea2a 100644
--- a/WallpaperPicker/res/values-v19/styles.xml
+++ b/WallpaperPicker/res/values-v19/styles.xml
@@ -25,7 +25,7 @@
<item name="android:windowTranslucentNavigation">true</item>
</style>
- <style name="Theme" parent="@android:style/Theme.DeviceDefault.Wallpaper.NoTitleBar">
+ <style name="Theme" parent="@style/BaseWallpaperTheme">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>