summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-09-19 07:18:26 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-19 07:18:27 +0000
commit0374e092eb6fdb33cb6edcb7724601928283dd47 (patch)
tree94cf26ac2717e4448bcd12717029994ab964a7da /res
parent9426a38c2a3ea7f54f35a202dc8aa83fa0cffa63 (diff)
parenta9d66bdab247626b31dc182c4d62520b3abffdbd (diff)
downloadandroid_packages_apps_Snap-0374e092eb6fdb33cb6edcb7724601928283dd47.tar.gz
android_packages_apps_Snap-0374e092eb6fdb33cb6edcb7724601928283dd47.tar.bz2
android_packages_apps_Snap-0374e092eb6fdb33cb6edcb7724601928283dd47.zip
Merge "Adding gcam module to Camera2 app." into gb-ub-photos-carlsbad
Diffstat (limited to 'res')
-rw-r--r--res/drawable-mdpi/ic_switch_gcam.pngbin0 -> 972 bytes
-rw-r--r--res/values/strings.xml2
2 files changed, 2 insertions, 0 deletions
diff --git a/res/drawable-mdpi/ic_switch_gcam.png b/res/drawable-mdpi/ic_switch_gcam.png
new file mode 100644
index 000000000..84fe825da
--- /dev/null
+++ b/res/drawable-mdpi/ic_switch_gcam.png
Binary files differ
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d9fb38c99..021fc4ee5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -510,6 +510,8 @@
<string name="accessibility_switch_to_panorama">Switch to panorama</string>
<!-- The button to switch to the Photo Sphere mode. [CHAR LIMIT = NONE] -->
<string name="accessibility_switch_to_photo_sphere">Switch to Photo Sphere</string>
+ <!-- The button to switch to the high quality mode. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_switch_to_gcam">Switch to high quality</string>
<!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT = NONE] -->
<string name="accessibility_review_cancel">Review cancel</string>
<!-- The button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT = NONE] -->