summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/res/values/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/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/styles.xml')
-rw-r--r--WallpaperPicker/res/values/styles.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/WallpaperPicker/res/values/styles.xml b/WallpaperPicker/res/values/styles.xml
index 74aeab903..d1c945a32 100644
--- a/WallpaperPicker/res/values/styles.xml
+++ b/WallpaperPicker/res/values/styles.xml
@@ -35,9 +35,15 @@
<item name="android:background">#88000000</item>
</style>
- <style name="Theme" parent="@android:style/Theme.DeviceDefault.Wallpaper.NoTitleBar">
+ <style name="BaseWallpaperTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
+ <item name="android:windowBackground">@android:color/transparent</item>
+ <item name="android:colorBackgroundCacheHint">@null</item>
+ <item name="android:windowShowWallpaper">true</item>
+ <item name="android:windowNoTitle">true</item>
</style>
+ <style name="Theme" parent="@style/BaseWallpaperTheme"></style>
+
<style name="ActionBarSetWallpaperStyle" parent="@android:style/Widget.DeviceDefault.ActionButton">
<item name="android:textColor">#ffffffff</item>
<item name="android:background">?android:attr/selectableItemBackground</item>