summaryrefslogtreecommitdiffstats
path: root/res/menu-sw600dp-land
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-27 15:27:13 -0700
committerRohan Shah <shahrk@google.com>2014-08-27 16:28:45 -0700
commitefc8bf35340a5752a767267f5068dfe858feb479 (patch)
treefba50b1dbcf43d1cbdf06939b445e27a6812bca2 /res/menu-sw600dp-land
parentfae0fd48d330bf246f9242ca7713d7819a195b54 (diff)
downloadandroid_packages_apps_UnifiedEmail-efc8bf35340a5752a767267f5068dfe858feb479.tar.gz
android_packages_apps_UnifiedEmail-efc8bf35340a5752a767267f5068dfe858feb479.tar.bz2
android_packages_apps_UnifiedEmail-efc8bf35340a5752a767267f5068dfe858feb479.zip
Show Move To on tablet portrait
Move To item is shown on tablets by setting a different string for values-sw600dp, which corresponds to an int and is used by the showAsAction attribute of the menu item. Bug: 17071067 Change-Id: I8b2ecb64d92c93aa921613bb305af4c98c120d42
Diffstat (limited to 'res/menu-sw600dp-land')
-rw-r--r--res/menu-sw600dp-land/conversation_actions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu-sw600dp-land/conversation_actions.xml b/res/menu-sw600dp-land/conversation_actions.xml
index 975653f0e..3819f485a 100644
--- a/res/menu-sw600dp-land/conversation_actions.xml
+++ b/res/menu-sw600dp-land/conversation_actions.xml
@@ -65,7 +65,7 @@
<item
android:id="@+id/move_to"
android:title="@string/menu_move_to"
- app:showAsAction="never"
+ app:showAsAction="always"
android:icon="@drawable/ic_move_to_wht_24dp" />
<!-- Always available -->