summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorSai Kumar Sanagavarapu <ssanagav@codeaurora.org>2014-12-02 13:25:43 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2014-12-13 05:02:35 -0800
commit2b80b5abc38ea5d434f3ceac2c4f599ae2ed4dc0 (patch)
tree2489082f7045714682b0583f653fcaef7a3929fc /res/values/qcomstrings.xml
parentcda93e3f8a3ac1b4e6bbf871c6a0ed959e233dad (diff)
downloadandroid_packages_apps_Snap-2b80b5abc38ea5d434f3ceac2c4f599ae2ed4dc0.tar.gz
android_packages_apps_Snap-2b80b5abc38ea5d434f3ceac2c4f599ae2ed4dc0.tar.bz2
android_packages_apps_Snap-2b80b5abc38ea5d434f3ceac2c4f599ae2ed4dc0.zip
SnapdragonCamera: Add HVGA (480x360) video quality.
Add support for HVGA (480x360) video quality in camcorder settings. Change-Id: I3fd2bf4c266f2068cbe83301184d421e9278928e
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 7e4988a01..faf21e681 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -25,6 +25,8 @@
<string name="pref_video_quality_entry_wvga" translatable="false">WVGA</string>
<!-- Video quality setting entry. Videos will be recorded in VGA quality. [CHAR LIMIT=24] -->
<string name="pref_video_quality_entry_vga" translatable="false">VGA</string>
+ <!-- Video quality setting entry. Videos will be recorded in HVGA quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_hvga" translatable="false">HVGA</string>
<!-- Video quality setting entry. Videos will be recorded in WQVGA quality. [CHAR LIMIT=24] -->
<string name="pref_video_quality_entry_wqvga" translatable="false">WQVGA</string>
<!-- Video quality setting entry. Videos will be recorded in CIF quality. [CHAR LIMIT=24] -->