summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml1
-rw-r--r--res/values/strings.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 7193b7c..c5572ca 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -20,4 +20,5 @@
<resources>
<color name="recording_time_elapsed_text">#FFFFFFFF</color>
<color name="recording_time_remaining_text">#FFFF0033</color>
+ <color name="zoom_picker_btn_pressed">#FFFFAD00</color>
</resources>
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>