summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/res/values
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-10-08 09:55:24 -0700
committerSunny Goyal <sunnygoyal@google.com>2014-10-08 09:55:59 -0700
commite03b81294f046474cf4057bec20dc560a2e053d4 (patch)
tree21d30737612be69a262b4136e27d15745b00f3b3 /WallpaperPicker/res/values
parentb50cc8c5d6125715b139d978887830a5341971aa (diff)
downloadandroid_packages_apps_Trebuchet-e03b81294f046474cf4057bec20dc560a2e053d4.tar.gz
android_packages_apps_Trebuchet-e03b81294f046474cf4057bec20dc560a2e053d4.tar.bz2
android_packages_apps_Trebuchet-e03b81294f046474cf4057bec20dc560a2e053d4.zip
Using DeviceDefault theme for Launcher and WallpaperPicker
Change-Id: I31bfeedd99d50683fba910f233b25bb3f364ce1f
Diffstat (limited to 'WallpaperPicker/res/values')
-rw-r--r--WallpaperPicker/res/values/styles.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/WallpaperPicker/res/values/styles.xml b/WallpaperPicker/res/values/styles.xml
index 16b11f279..f4008f159 100644
--- a/WallpaperPicker/res/values/styles.xml
+++ b/WallpaperPicker/res/values/styles.xml
@@ -18,7 +18,7 @@
-->
<resources>
- <style name="Theme.WallpaperCropper" parent="@android:style/Theme.Holo">
+ <style name="Theme.WallpaperCropper" parent="@android:style/Theme.DeviceDefault">
<item name="android:actionBarStyle">@style/WallpaperCropperActionBar</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowActionBarOverlay">true</item>
@@ -30,15 +30,15 @@
<item name="android:windowShowWallpaper">true</item>
</style>
- <style name="WallpaperCropperActionBar" parent="android:style/Widget.Holo.ActionBar">
+ <style name="WallpaperCropperActionBar" parent="@android:style/Widget.DeviceDefault.ActionBar">
<item name="android:displayOptions">showCustom</item>
<item name="android:background">#88000000</item>
</style>
- <style name="Theme" parent="@android:style/Theme.Holo.Wallpaper.NoTitleBar">
+ <style name="Theme" parent="@android:style/Theme.DeviceDefault.Wallpaper.NoTitleBar">
</style>
- <style name="ActionBarSetWallpaperStyle" parent="@android:style/Widget.Holo.ActionButton">
+ <style name="ActionBarSetWallpaperStyle" parent="@android:style/Widget.DeviceDefault.ActionButton">
<item name="android:textColor">#ffffffff</item>
</style>
</resources>