summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/res/values-v21/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-v21/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-v21/styles.xml')
-rw-r--r--WallpaperPicker/res/values-v21/styles.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/WallpaperPicker/res/values-v21/styles.xml b/WallpaperPicker/res/values-v21/styles.xml
index 582ab8fed..70220edb9 100644
--- a/WallpaperPicker/res/values-v21/styles.xml
+++ b/WallpaperPicker/res/values-v21/styles.xml
@@ -33,4 +33,11 @@
<item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
</style>
+ <style name="Theme" parent="@style/BaseWallpaperTheme">
+ <item name="android:windowTranslucentStatus">true</item>
+ <item name="android:windowTranslucentNavigation">true</item>
+ <item name="android:colorControlActivated">@color/launcher_accent_color</item>
+ <item name="android:colorAccent">@color/launcher_accent_color</item>
+ <item name="android:colorPrimary">@color/launcher_accent_color</item>
+ </style>
</resources> \ No newline at end of file