summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2013-02-01 12:57:14 -0800
committerBobby Georgescu <georgescu@google.com>2013-02-12 17:35:44 -0800
commit8f93c89aaa7e99a9e924e054650ca2c3570bf490 (patch)
treed987e41088da6ae8a52f6c867c0d0b329d8d2294 /res/menu
parent6ddf7e02012afe4b04b527f70daea37cf105305b (diff)
downloadandroid_packages_apps_Snap-8f93c89aaa7e99a9e924e054650ca2c3570bf490.tar.gz
android_packages_apps_Snap-8f93c89aaa7e99a9e924e054650ca2c3570bf490.tar.bz2
android_packages_apps_Snap-8f93c89aaa7e99a9e924e054650ca2c3570bf490.zip
Importer: Full-screen viewing, UI refinement, refactoring
Bug: 7990333 Bug: 8151814 Bug: 8037411 This CL adds or changes the following things: - Full-screen image viewing and UI for switching modes - Moved general functionality from MtpThumbnailTileView to MtpImageView to allow for reuse in full-screen image use-case - MtpBitmapCache moved from ui to data package - Orientation now respected when set in image metadata - Miscellaneous UI consistency issues fixed - Miscellaneous instability issues fixed Change-Id: I5f188b763617b693e32fedc03273d711d604922a
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" />