summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--res/values-sw600dp/styles.xml2
-rw-r--r--res/values/styles.xml2
2 files changed, 2 insertions, 2 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>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index a2e77d36d..15127cdf6 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -475,7 +475,7 @@
<style name="MailActivityTheme" parent="@style/UnifiedEmailTheme.Appcompat.Toolbar" />
- <style name="VacationResponderTheme" parent="@style/UnifiedEmailTheme">
+ <style name="VacationResponderTheme" parent="@style/UnifiedEmailTheme.Appcompat">
</style>
<style name="WaitFragmentTitleBase" parent="@android:style/Widget.Holo.TextView" />