summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-10-04 20:35:34 +0800
committerWu-cheng Li <wuchengli@google.com>2010-10-06 17:21:28 +0800
commitc5019f4d58412da6227b3f2e6461bba5b7c671a3 (patch)
tree7dd6069c58588803fbacb41dceb4c8ec84f84191 /res/values/strings.xml
parente6da834b082439299bb60529e690845e14dfdbc4 (diff)
downloadLegacyCamera-c5019f4d58412da6227b3f2e6461bba5b7c671a3.zip
LegacyCamera-c5019f4d58412da6227b3f2e6461bba5b7c671a3.tar.gz
LegacyCamera-c5019f4d58412da6227b3f2e6461bba5b7c671a3.tar.bz2
Add zoom picker for xlarge layout.
The zoom of on-screen controls is not created if zoom picker exists. Change-Id: I229108aa8bc3eac7175acec46e14240627c7da7c
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0d8d19a..a39461a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -361,6 +361,8 @@
<!-- The title show on the zoom controller -->
<string name="zoom_control_title">Zoom</string>
+ <string name="zoom_increment" translable="false">+</string>
+ <string name="zoom_decrement" translable="false">-</string>
<string name="switch_to_camera_lable">Switch to camera</string>
<string name="switch_to_video_lable">Switch to video</string>