summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2015-06-10 12:47:30 +0200
committerSteve Kondik <steve@cyngn.com>2015-10-18 14:13:46 -0700
commit8bf97ca2c8030f4af9a40080c60d337722097dc5 (patch)
treeea61f9c5c59368fcb24032400f604024e3a77021 /AndroidManifest.xml
parenta1eb08e2f9e9256ede675f49aaf6ec7c8c1ae026 (diff)
downloadandroid_packages_apps_UnifiedEmail-8bf97ca2c8030f4af9a40080c60d337722097dc5.tar.gz
android_packages_apps_UnifiedEmail-8bf97ca2c8030f4af9a40080c60d337722097dc5.tar.bz2
android_packages_apps_UnifiedEmail-8bf97ca2c8030f4af9a40080c60d337722097dc5.zip
Remove obsolete theme.
Activities using it will crash with an IllegalStateException stating that an AppCompat theme needs to be used. Change-Id: I09acbe9cc0cc9fe1653044194ae4822c923bf987
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2a72ac135..800b3b5ec 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -33,7 +33,7 @@
<application
android:icon="@mipmap/ic_launcher_mail"
android:label="@string/app_name"
- android:theme="@style/UnifiedEmailTheme"
+ android:theme="@style/UnifiedEmailTheme.Appcompat"
android:supportsRtl="false" >
<!-- Enable search in all activities -->
<meta-data android:name="android.app.default_searchable"
@@ -113,7 +113,7 @@
<activity
android:name=".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" />