summaryrefslogtreecommitdiffstats
path: root/res/menu/conversation_actions.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-10-07 18:22:10 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-10-09 16:00:28 -0700
commit6293ef09d934e191148279a72036f927366f82f0 (patch)
tree2fa365441be6921b3f8e117f6a145c8f8c8306df /res/menu/conversation_actions.xml
parentb9a56894115c3be14c916de526b42aed1cef3cea (diff)
downloadandroid_packages_apps_UnifiedEmail-6293ef09d934e191148279a72036f927366f82f0.tar.gz
android_packages_apps_UnifiedEmail-6293ef09d934e191148279a72036f927366f82f0.tar.bz2
android_packages_apps_UnifiedEmail-6293ef09d934e191148279a72036f927366f82f0.zip
Printing: support tablet message header overflow.
b/10712542 Adds new behavior for v19 devices, both phone and tablet. On phone, new printing option in MessageHeaderView overflow menu. On tablet, new printing option in same place but since we now have an overflow, we use the reply/reply all setting to show only one of reply/reply all on tablet as well. As a result, we also changed the string for that setting for v19 tablets. Change-Id: I71db88ce4a50479b03775b9d50d65e3626231589
Diffstat (limited to 'res/menu/conversation_actions.xml')
-rw-r--r--res/menu/conversation_actions.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/menu/conversation_actions.xml b/res/menu/conversation_actions.xml
index 9c722d86e..bb3976f87 100644
--- a/res/menu/conversation_actions.xml
+++ b/res/menu/conversation_actions.xml
@@ -92,6 +92,11 @@
<item
android:id="@+id/mute"
android:title="@string/mute" />
+
+ <item android:id="@+id/print_all"
+ android:title="@string/print_all"
+ android:visible="false" />
+
<item
android:id="@+id/show_original"
android:title="@string/menu_show_original"/>
@@ -111,10 +116,6 @@
android:title="@string/report_phishing"
android:visible="false" />
- <item android:id="@+id/print"
- android:title="@string/print"
- android:visible="false" />
-
<!-- Always available -->
<item android:id="@+id/settings"
android:title="@string/menu_settings" />