summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-10-26 15:58:30 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-26 15:58:30 -0700
commitcf50c164afdcb43aa8cb03eb5e450568d6b33512 (patch)
treed0e13253bf10508003b3fe4b642c4ccaa0ca41e9 /res/values/strings.xml
parentcda0a5f39efcc243c6066bb997d533b3e7a84595 (diff)
parente85a5f1462205e73ce32ef6e8003bfee622aa002 (diff)
downloadandroid_packages_apps_Snap-cf50c164afdcb43aa8cb03eb5e450568d6b33512.tar.gz
android_packages_apps_Snap-cf50c164afdcb43aa8cb03eb5e450568d6b33512.tar.bz2
android_packages_apps_Snap-cf50c164afdcb43aa8cb03eb5e450568d6b33512.zip
Merge "SnapdragonCamera: Add QHD and 2K video qualities."
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 1a2b8879f..1fe80abdc 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] -->