summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2013-09-03 05:04:04 +0300
committerArne Coucheron <arco68@gmail.com>2018-01-26 00:51:06 +0100
commit8be9950f3245b2d9c617128616029da503770b27 (patch)
treeae0c60356b232cad6ed3af6433ea939fdee4e010 /res/values/arrays.xml
parent205dbc26e548c53e06dbd8b0f566f3c483ee305e (diff)
downloadandroid_packages_apps_Snap-8be9950f3245b2d9c617128616029da503770b27.tar.gz
android_packages_apps_Snap-8be9950f3245b2d9c617128616029da503770b27.tar.bz2
android_packages_apps_Snap-8be9950f3245b2d9c617128616029da503770b27.zip
Camera: Add red-eye flash mode support
Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I3db982732d15fb4eb83d5e37bff1a123225d4e8e
Diffstat (limited to 'res/values/arrays.xml')
-rwxr-xr-xres/values/arrays.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index f748ab87d..7fb090c4b 100755
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -345,30 +345,35 @@
<item>@string/pref_camera_flashmode_entry_off</item>
<item>@string/pref_camera_flashmode_entry_auto</item>
<item>@string/pref_camera_flashmode_entry_on</item>
+ <item>@string/pref_camera_flashmode_entry_redeye</item>
</string-array>
<string-array name="pref_camera_flashmode_labels" translatable="false">
<item>@string/pref_camera_flashmode_label_off</item>
<item>@string/pref_camera_flashmode_label_auto</item>
<item>@string/pref_camera_flashmode_label_on</item>
+ <item>@string/pref_camera_flashmode_label_redeye</item>
</string-array>
<string-array name="pref_camera_flashmode_entryvalues" translatable="false">
<item>off</item>
<item>auto</item>
<item>on</item>
+ <item>red-eye</item>
</string-array>
<array name="camera_flashmode_icons" translatable="false">
<item>@drawable/ic_flash_off_holo_light</item>
<item>@drawable/ic_flash_auto_holo_light</item>
<item>@drawable/ic_flash_on_holo_light</item>
+ <item>@drawable/ic_flash_redeye_holo_light</item>
</array>
<array name="camera_flashmode_largeicons" translatable="false">
<item>@drawable/ic_flash_off_holo_light</item>
<item>@drawable/ic_flash_auto_holo_light</item>
<item>@drawable/ic_flash_on_holo_light</item>
+ <item>@drawable/ic_flash_redeye_holo_light</item>
</array>
<!-- Videocamera Preferences flash mode dialog box entries -->