summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-08-04 12:38:32 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-08-04 20:05:17 +0000
commit36fd3893815d9d07f880b5235eee98b169fd83ae (patch)
treee5c232420c8255e3d2355b6861f6892d977c60d5 /AndroidManifest.xml
parent05a96bdccdd04b9255e7b2c06ed286ed3c646471 (diff)
downloadandroid_packages_apps_Email-36fd3893815d9d07f880b5235eee98b169fd83ae.tar.gz
android_packages_apps_Email-36fd3893815d9d07f880b5235eee98b169fd83ae.tar.bz2
android_packages_apps_Email-36fd3893815d9d07f880b5235eee98b169fd83ae.zip
Use ShortcutWidgetTheme.
Fixes b/16767953 and b/16131423. Also removes the obsolete ic_launcher_shortcut_folder. Change-Id: I73e800b1e83b95eaa05cd800178a7de86072c00d
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 621479608..65d635367 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -192,6 +192,7 @@
android:label="@string/activity_folder_selection" />
<activity android:name="com.android.email2.ui.MailboxSelectionActivityEmail"
+ android:theme="@style/ShortcutWidgetTheme"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
@@ -204,6 +205,7 @@
</activity>
<activity android:name="com.android.mail.ui.MailboxSelectionActivity"
+ android:theme="@style/ShortcutWidgetTheme"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />