Use ShortcutWidgetTheme.
Fixes b/16767953 and b/16131423. Also removes the obsolete ic_launcher_shortcut_folder. Change-Id: I73e800b1e83b95eaa05cd800178a7de86072c00d
This commit is contained in:
parent
05a96bdccd
commit
36fd389381
@ -192,6 +192,7 @@
|
|||||||
android:label="@string/activity_folder_selection" />
|
android:label="@string/activity_folder_selection" />
|
||||||
|
|
||||||
<activity android:name="com.android.email2.ui.MailboxSelectionActivityEmail"
|
<activity android:name="com.android.email2.ui.MailboxSelectionActivityEmail"
|
||||||
|
android:theme="@style/ShortcutWidgetTheme"
|
||||||
android:label="@string/app_name" >
|
android:label="@string/app_name" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
|
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
|
||||||
@ -204,6 +205,7 @@
|
|||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity android:name="com.android.mail.ui.MailboxSelectionActivity"
|
<activity android:name="com.android.mail.ui.MailboxSelectionActivity"
|
||||||
|
android:theme="@style/ShortcutWidgetTheme"
|
||||||
android:label="@string/app_name" >
|
android:label="@string/app_name" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
|
<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 |
Loading…
Reference in New Issue
Block a user