summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorSanjeev Garg <sangarg@codeaurora.org>2015-09-21 18:05:25 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-09-27 23:28:38 -0700
commite85a5f1462205e73ce32ef6e8003bfee622aa002 (patch)
tree63953b9c49bbdec83f5a8d4727b3224e75bbcbaa /res/values/strings.xml
parent23362f853387904fa887d3d97271460a509830c8 (diff)
downloadandroid_packages_apps_Snap-e85a5f1462205e73ce32ef6e8003bfee622aa002.tar.gz
android_packages_apps_Snap-e85a5f1462205e73ce32ef6e8003bfee622aa002.tar.bz2
android_packages_apps_Snap-e85a5f1462205e73ce32ef6e8003bfee622aa002.zip
SnapdragonCamera: Add QHD and 2K video qualities.
Adding video qualities QHD (2560x1440) and 2K (2048x1080) Change-Id: Ie1500d61d2614a3cfd542f7a298c92a3208c4c7b
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d4c0162df..922edb114 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -258,6 +258,10 @@
<string name="pref_video_quality_entry_720p" translatable="false">HD 720p</string>
<!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] -->
<string name="pref_video_quality_entry_480p" translatable="false">SD 480p</string>
+ <!-- Video quality setting entry. Videos will be recorded in QHD quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_qHD" translatable="false">QHD</string>
+ <!-- Video quality setting entry. Videos will be recorded in 2K quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_2k" translatable="false">2K</string>
<!-- Describes the preference dialog for choosing interval between frame capture for
time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->