summaryrefslogtreecommitdiffstats
path: root/res/values
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/values
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/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d6b981528..fae3466cc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -503,6 +503,9 @@
<!-- Label for album grid button -->
<string name="switch_photo_grid">Grid view</string>
+ <!-- Label for fullscreen button. [CHAR LIMIT=20] -->
+ <string name="switch_photo_fullscreen">Fullscreen view</string>
+
<!-- The tilte of a dialog showing trimming in progress. [CHAR LIMIT=20] -->
<string name="trimming">Trimming</string>