summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/res/values-v19/styles.xml
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-v19/styles.xml
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-v19/styles.xml')
-rw-r--r--WallpaperPicker/res/values-v19/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/WallpaperPicker/res/values-v19/styles.xml b/WallpaperPicker/res/values-v19/styles.xml
index 85a989d55..136cf012c 100644
--- a/WallpaperPicker/res/values-v19/styles.xml
+++ b/WallpaperPicker/res/values-v19/styles.xml
@@ -18,14 +18,14 @@
-->
<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>
<item name="android:windowTranslucentNavigation">true</item>
</style>
- <style name="Theme" parent="@android:style/Theme.Holo.Wallpaper.NoTitleBar">
+ <style name="Theme" parent="@android:style/Theme.DeviceDefault.Wallpaper.NoTitleBar">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>