Use ShortcutWidgetTheme.

Fixes b/16767953 and b/16131423.

Also removes the obsolete ic_launcher_shortcut_folder.

Change-Id: I73e800b1e83b95eaa05cd800178a7de86072c00d
This commit is contained in:
Andrew Sapperstein 2014-08-04 12:38:32 -07:00
parent 05a96bdccd
commit 36fd389381
6 changed files with 2 additions and 0 deletions

View File

@ -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" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB