summaryrefslogtreecommitdiffstats
path: root/res/menu/conversation_actions.xml
diff options
context:
space:
mode:
authorVikram Aggarwal <viki@google.com>2013-04-11 13:20:03 -0700
committerVikram Aggarwal <viki@google.com>2013-04-11 13:27:00 -0700
commit613a1c7ce1675205546cf196d47dafc79aa89393 (patch)
treee4f14a9fd98cc8ea65d8ae6041bca9928a802421 /res/menu/conversation_actions.xml
parent25105103b2a2f8c49bedaced0141c9311a29d46e (diff)
downloadandroid_packages_apps_UnifiedEmail-613a1c7ce1675205546cf196d47dafc79aa89393.tar.gz
android_packages_apps_UnifiedEmail-613a1c7ce1675205546cf196d47dafc79aa89393.tar.bz2
android_packages_apps_UnifiedEmail-613a1c7ce1675205546cf196d47dafc79aa89393.zip
Never show two trash icons
MailActionBarView will always show a single trash icon. However, if the current conversation is null we will show both trash icons. This should never be the case. Always show a single trash icon. Always. Bug: 8591558 UR9: Tapped single-message notification, got blank UI (with 2 trash icons) Bug: 8483781 Action items flash Change-Id: I8d3828d7f8893a925b3aea7184942be7bb5677fc
Diffstat (limited to 'res/menu/conversation_actions.xml')
-rw-r--r--res/menu/conversation_actions.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/menu/conversation_actions.xml b/res/menu/conversation_actions.xml
index 353c4e3b8..a8198c990 100644
--- a/res/menu/conversation_actions.xml
+++ b/res/menu/conversation_actions.xml
@@ -48,7 +48,8 @@
android:id="@+id/discard_drafts"
android:title="@string/discard_drafts"
android:showAsAction="always"
- android:icon="@drawable/trash" />
+ android:icon="@drawable/trash"
+ android:visible="false" />
<!-- Always available -->
<item