summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorlikaid <likaid@codeaurora.org>2015-09-24 17:02:54 +0800
committerlikaid <likaid@codeaurora.org>2015-09-24 17:02:54 +0800
commit3ec8fb4e5a0c151daa588d824598db4b793ae2a7 (patch)
tree1883dcd2de0b49244bcb66bc5f7c370e298ac405 /res/values/qcomstrings.xml
parentbe517166b384881e43c288cda0427d82b67b2064 (diff)
downloadandroid_packages_apps_Snap-3ec8fb4e5a0c151daa588d824598db4b793ae2a7.tar.gz
android_packages_apps_Snap-3ec8fb4e5a0c151daa588d824598db4b793ae2a7.tar.bz2
android_packages_apps_Snap-3ec8fb4e5a0c151daa588d824598db4b793ae2a7.zip
SnapdragonCamera: Update the options for the Picture quality
Change the menu items for Picture quality setting Only leave three options for the Picture quality setting Change-Id: I09e615ffb933983352d4a15f44ffef23adbe64ea CRs-Fixed: 905006
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index eace72dad..ea3b7deff 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -717,15 +717,9 @@
<string name="pref_camera_jpegquality_title">Picture quality</string>
<!-- Settings screen, Picture quality dialog radio button choices -->
- <string name="pref_camera_jpegquality_entry_superfine">Super fine</string>
- <string name="pref_camera_jpegquality_entry_fine">Fine</string>
- <string name="pref_camera_jpegquality_entry_normal">Normal</string>
- <string name="pref_camera_jpegquality_entry_0">Jpeg 55%</string>
- <string name="pref_camera_jpegquality_entry_1">Jpeg 65%</string>
- <string name="pref_camera_jpegquality_entry_2">Jpeg 75%</string>
- <string name="pref_camera_jpegquality_entry_3">Jpeg 85%</string>
- <string name="pref_camera_jpegquality_entry_4">Jpeg 95%</string>
- <string name="pref_camera_jpegquality_entry_5">Jpeg 100%</string>
+ <string name="pref_camera_jpegquality_entry_0">Low</string>
+ <string name="pref_camera_jpegquality_entry_1">Standard</string>
+ <string name="pref_camera_jpegquality_entry_2">High</string>
<!-- Default auto histogram setting. Do not translate. -->
<string name="pref_camera_histogram_default">disable</string>