summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp
diff options
context:
space:
mode:
authorPaul Westbrook <pwestbro@google.com>2014-08-13 12:16:59 -0700
committerPaul Westbrook <pwestbro@google.com>2014-08-13 12:19:23 -0700
commitecf1333e1f66399c0cef7a0e2f38fd14998b53ae (patch)
treed174fed4aade3cc521339a323d5287f912f71272 /res/values-sw600dp
parent0c98950b8d92b4284810501fed95937f02a32290 (diff)
downloadandroid_packages_apps_UnifiedEmail-ecf1333e1f66399c0cef7a0e2f38fd14998b53ae.tar.gz
android_packages_apps_UnifiedEmail-ecf1333e1f66399c0cef7a0e2f38fd14998b53ae.tar.bz2
android_packages_apps_UnifiedEmail-ecf1333e1f66399c0cef7a0e2f38fd14998b53ae.zip
Fix pre-L vacation responder crash
Bug: 16949922 Change-Id: I84e6a5988ebba7f51e54771eaa7a0e1fbec56552
Diffstat (limited to 'res/values-sw600dp')
-rw-r--r--res/values-sw600dp/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-sw600dp/styles.xml b/res/values-sw600dp/styles.xml
index d17311202..3bc647fd2 100644
--- a/res/values-sw600dp/styles.xml
+++ b/res/values-sw600dp/styles.xml
@@ -25,7 +25,7 @@
<!--<item name="homeAsUpIndicator">@drawable/ic_arrow_back_wht_24dp</item>-->
<!--</style>-->
- <style name="VacationResponderTheme" parent="@style/UnifiedEmailTheme">
+ <style name="VacationResponderTheme" parent="@style/UnifiedEmailTheme.Appcompat">
<item name="android:windowBackground">@color/vacation_responder_background</item>
</style>