summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
diff options
context:
space:
mode:
authorJay Wang <jaywang@codeaurora.org>2017-02-02 17:22:10 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-19 23:02:58 -0800
commitf9b1301938574ac8236cff60d668dff28ac3f01e (patch)
tree5f8d16bcf152fb725abab3cbedb143e361d28c43 /res/values/qcomarrays.xml
parent3196565b3091f36a00428c0509c2bfd959c84b85 (diff)
downloadandroid_packages_apps_Snap-f9b1301938574ac8236cff60d668dff28ac3f01e.tar.gz
android_packages_apps_Snap-f9b1301938574ac8236cff60d668dff28ac3f01e.tar.bz2
android_packages_apps_Snap-f9b1301938574ac8236cff60d668dff28ac3f01e.zip
SnapdragonCamera: Add zoom option to developer option
For automation testing, we need a way to adjust the zoom without using the pinch gesture. Therefore, adding zoom option preference to the developer option. Change-Id: I37f8c1b4f51682cb398d0a5f779f45128bdc19ec
Diffstat (limited to 'res/values/qcomarrays.xml')
-rwxr-xr-xres/values/qcomarrays.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 02b4fbed2..c11056d9f 100755
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -910,5 +910,34 @@
<item>90</item>
<item>100</item>
</string-array>
+ <!-- Camera Preferences zoom dialog box entries -->
+ <string-array name="pref_camera_zoom_entries" translatable="false">
+ <item>@string/pref_camera_zoom_entry_off</item>
+ <item>@string/pref_camera_zoom_entry_1x</item>
+ <item>@string/pref_camera_zoom_entry_2x</item>
+ <item>@string/pref_camera_zoom_entry_3x</item>
+ <item>@string/pref_camera_zoom_entry_4x</item>
+ <item>@string/pref_camera_zoom_entry_5x</item>
+ <item>@string/pref_camera_zoom_entry_6x</item>
+ <item>@string/pref_camera_zoom_entry_7x</item>
+ <item>@string/pref_camera_zoom_entry_8x</item>
+ <item>@string/pref_camera_zoom_entry_9x</item>
+ <item>@string/pref_camera_zoom_entry_10x</item>
+ </string-array>
+
+ <string-array name="pref_camera_zoom_entryvalues" translatable="false">
+ <item>@string/pref_camera_zoom_default</item>
+ <item>1</item>
+ <item>2</item>
+ <item>3</item>
+ <item>4</item>
+ <item>5</item>
+ <item>6</item>
+ <item>7</item>
+ <item>8</item>
+ <item>9</item>
+ <item>10</item>
+ </string-array>
+
</resources>