summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2013-09-03 05:04:04 +0300
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:22:25 -0700
commit39e6bdf4494b1ec476bd54e45bc261b6b4ee8b3a (patch)
treef1b17438e85e3a11534757490db9a6df40c469cf /res/values
parent9cea40ade71b5ab4b545adf329202080b06e0278 (diff)
downloadandroid_packages_apps_Snap-39e6bdf4494b1ec476bd54e45bc261b6b4ee8b3a.tar.gz
android_packages_apps_Snap-39e6bdf4494b1ec476bd54e45bc261b6b4ee8b3a.tar.bz2
android_packages_apps_Snap-39e6bdf4494b1ec476bd54e45bc261b6b4ee8b3a.zip
Camera: Add red-eye flash mode support
Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I3db982732d15fb4eb83d5e37bff1a123225d4e8e
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml5
-rw-r--r--res/values/cm_strings.xml3
2 files changed, 8 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 3e22031f0..08fffc1df 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -381,30 +381,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 -->
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 552b8ce7a..2bef937e1 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -138,4 +138,7 @@
<string name="pref_camera_coloreffect_entry_point_red_yellow">Point red-yellow</string>
<string name="pref_camera_coloreffect_entry_cartoonize">Cartoonize</string>
+ <!-- Red eye flash mode title -->
+ <string name="pref_camera_flashmode_entry_redeye">Red eye</string>
+ <string name="pref_camera_flashmode_label_redeye">RED EYE</string>
</resources>