Fix crash when attempting to view EML files.

Use the correct, AppCompat based, theme.

Change-Id: Ib8e72f781a69cadb738a5783371253b8bba328e7
This commit is contained in:
Danny Baumann 2015-06-10 12:48:20 +02:00 committed by Steve Kondik
parent fd42df6fc0
commit 3e3b7b77b6
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
android:icon="@mipmap/ic_launcher_mail"
android:label="@string/app_name"
android:requiredAccountType="com.android.exchange,com.android.email.imap,com.android.email.pop3,com.android.email.legacy.imap"
android:theme="@style/UnifiedEmailTheme"
android:theme="@style/UnifiedEmailTheme.Appcompat"
android:hardwareAccelerated="true"
android:allowBackup="false"
android:supportsRtl="true"
@ -361,7 +361,7 @@
<activity
android:name="com.android.mail.browse.EmlViewerActivity"
android:label="@string/app_name"
android:theme="@style/UnifiedEmailTheme" >
android:theme="@style/UnifiedEmailTheme.Appcompat" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />