From 39e6bdf4494b1ec476bd54e45bc261b6b4ee8b3a Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Tue, 3 Sep 2013 05:04:04 +0300 Subject: Camera: Add red-eye flash mode support Signed-off-by: Michael Bestas Change-Id: I3db982732d15fb4eb83d5e37bff1a123225d4e8e --- res/values/arrays.xml | 5 +++++ res/values/cm_strings.xml | 3 +++ 2 files changed, 8 insertions(+) (limited to 'res/values') 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 @@ @string/pref_camera_flashmode_entry_off @string/pref_camera_flashmode_entry_auto @string/pref_camera_flashmode_entry_on + @string/pref_camera_flashmode_entry_redeye @string/pref_camera_flashmode_label_off @string/pref_camera_flashmode_label_auto @string/pref_camera_flashmode_label_on + @string/pref_camera_flashmode_label_redeye off auto on + red-eye @drawable/ic_flash_off_holo_light @drawable/ic_flash_auto_holo_light @drawable/ic_flash_on_holo_light + @drawable/ic_flash_redeye_holo_light @drawable/ic_flash_off_holo_light @drawable/ic_flash_auto_holo_light @drawable/ic_flash_on_holo_light + @drawable/ic_flash_redeye_holo_light 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 @@ Point red-yellow Cartoonize + + Red eye + RED EYE -- cgit v1.2.3