mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Remove icons from the "Refile" submenu
We don't show icons in any other submenu.
This commit is contained in:
parent
fc14eff097
commit
a32068f6cd
@ -112,28 +112,21 @@
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/archive"
|
||||
android:icon="?attr/iconActionArchive"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/archive_action"/>
|
||||
|
||||
<!-- MessageView -->
|
||||
<item
|
||||
android:id="@+id/spam"
|
||||
android:icon="?attr/iconActionSpam"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/spam_action"/>
|
||||
|
||||
<!-- MessageView -->
|
||||
<item
|
||||
android:id="@+id/move"
|
||||
android:icon="?attr/iconActionMove"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/move_action"/>
|
||||
|
||||
<!-- MessageView -->
|
||||
<item
|
||||
android:id="@+id/copy"
|
||||
android:icon="?attr/iconActionCopy"
|
||||
android:title="@string/copy_action"/>
|
||||
</menu>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user