summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2013-02-13 19:46:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-02-13 19:46:40 +0000
commita6c4ea75efb5d7cc72b5dab66f3a5a418ca4cab3 (patch)
tree5345bb325ad31170c366187532ad8022d424ab51 /res/menu
parent1d1bac5697c94c2be96918d2a95c9bc40e9dab97 (diff)
parent8f93c89aaa7e99a9e924e054650ca2c3570bf490 (diff)
downloadandroid_packages_apps_Snap-a6c4ea75efb5d7cc72b5dab66f3a5a418ca4cab3.tar.gz
android_packages_apps_Snap-a6c4ea75efb5d7cc72b5dab66f3a5a418ca4cab3.tar.bz2
android_packages_apps_Snap-a6c4ea75efb5d7cc72b5dab66f3a5a418ca4cab3.zip
Merge "Importer: Full-screen viewing, UI refinement, refactoring" into gb-ub-photos-bryce
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/ingest_menu_item_list_selection.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/menu/ingest_menu_item_list_selection.xml b/res/menu/ingest_menu_item_list_selection.xml
index aaf3262ed..2f020b671 100644
--- a/res/menu/ingest_menu_item_list_selection.xml
+++ b/res/menu/ingest_menu_item_list_selection.xml
@@ -14,6 +14,8 @@
limitations under the License.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@+id/ingest_switch_view"
+ android:showAsAction="always" />
<item android:id="@+id/import_items"
android:showAsAction="always|withText"
android:title="@string/Import" />