summaryrefslogtreecommitdiffstats
path: root/packages/WallpaperCropper
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-06-18 15:15:16 -0700
committerAlan Viverette <alanv@google.com>2015-06-18 15:15:16 -0700
commit15d48a16f645509cb0c6a1f3abf52ddd233cd8b5 (patch)
tree0c9a53fda50dcca7549cd29eb3ac9c0151fb0830 /packages/WallpaperCropper
parent9a08fe2aca44f190162b198a726bc406ed19c1c7 (diff)
downloadframeworks_base-15d48a16f645509cb0c6a1f3abf52ddd233cd8b5.zip
frameworks_base-15d48a16f645509cb0c6a1f3abf52ddd233cd8b5.tar.gz
frameworks_base-15d48a16f645509cb0c6a1f3abf52ddd233cd8b5.tar.bz2
DO NOT MERGE: Remove DayNight theme
Do not go gentle into that good night, Old age should burn and rave at close of day; Rage, rage against the dying of the light. Though wise men at their end know dark is right, Because their words had forked no lightning they Do not go gentle into that good night. Bug: 21854466 Change-Id: I0b7cd116c23f7df88e94f31b3aee7dd22a102804
Diffstat (limited to 'packages/WallpaperCropper')
-rw-r--r--packages/WallpaperCropper/res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/WallpaperCropper/res/values/styles.xml b/packages/WallpaperCropper/res/values/styles.xml
index e438c84..a34b25a 100644
--- a/packages/WallpaperCropper/res/values/styles.xml
+++ b/packages/WallpaperCropper/res/values/styles.xml
@@ -15,13 +15,13 @@
-->
<resources>
- <style name="Theme.WallpaperCropper" parent="@android:style/Theme.Material.DayNight">
+ <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>
</style>
- <style name="WallpaperCropperActionBar" parent="@android:style/Widget.Material.ActionBar">
+ <style name="WallpaperCropperActionBar" parent="android:style/Widget.DeviceDefault.ActionBar">
<item name="android:displayOptions">showCustom</item>
<item name="android:background">#88000000</item>
</style>