summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2013-09-03 05:04:04 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-09-17 23:26:01 +0300
commit2398dff837f0744b03194a1016dc4457efac341e (patch)
tree60943fed8bda7753d2a0bd2c90d30a91cfca3b17 /res/values/arrays.xml
parent2c83037f8c1b4296c9ad503a17dc89e5b617ea80 (diff)
downloadandroid_packages_apps_Snap-2398dff837f0744b03194a1016dc4457efac341e.tar.gz
android_packages_apps_Snap-2398dff837f0744b03194a1016dc4457efac341e.tar.bz2
android_packages_apps_Snap-2398dff837f0744b03194a1016dc4457efac341e.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')
-rw-r--r--res/values/arrays.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index b2f277eb3..bbc80361d 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -315,30 +315,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 -->