1 <?xml version="1.0" encoding="utf-8"?> 2 <resources> 3 <style name="MailActivityTheme" parent="@style/UnifiedEmailTheme.Appcompat" /> 4 5 <!-- todo - comment out when theme exists --> 6 <!--<style name="ShortcutWidgetTheme" parent="@style/Theme.Appcompat.Light.Dialog.MinWidth">--> 7 <!--<item name="actionOverflowButtonStyle">@style/ActionBarOverflowButtonStyle</item>--> 8 <!--<item name="homeAsUpIndicator">@drawable/ic_arrow_back_wht_24dp</item>--> 9 <!--</style>--> 10 11 <style name="VacationResponderTheme" parent="@style/UnifiedEmailTheme.Appcompat"> 12 <item name="android:windowBackground">@color/vacation_responder_background</item> 13 </style> 14 </resources>