From ee15fda5fd821625df9d8f13a9807da3884b7a94 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/drawable-hdpi/ic_flash_redeye_holo_light.png | Bin 0 -> 2443 bytes res/drawable-hdpi/ic_indicator_flash_redeye.png | Bin 0 -> 1838 bytes res/drawable-mdpi/ic_flash_redeye_holo_light.png | Bin 0 -> 1369 bytes res/drawable-mdpi/ic_indicator_flash_redeye.png | Bin 0 -> 1041 bytes res/drawable-xhdpi/ic_flash_redeye_holo_light.png | Bin 0 -> 2982 bytes res/drawable-xhdpi/ic_indicator_flash_redeye.png | Bin 0 -> 2506 bytes res/values/arrays.xml | 5 +++++ res/values/cm_strings.xml | 3 +++ 8 files changed, 8 insertions(+) create mode 100644 res/drawable-hdpi/ic_flash_redeye_holo_light.png create mode 100644 res/drawable-hdpi/ic_indicator_flash_redeye.png create mode 100644 res/drawable-mdpi/ic_flash_redeye_holo_light.png create mode 100644 res/drawable-mdpi/ic_indicator_flash_redeye.png create mode 100644 res/drawable-xhdpi/ic_flash_redeye_holo_light.png create mode 100644 res/drawable-xhdpi/ic_indicator_flash_redeye.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_flash_redeye_holo_light.png b/res/drawable-hdpi/ic_flash_redeye_holo_light.png new file mode 100644 index 000000000..619508a85 Binary files /dev/null and b/res/drawable-hdpi/ic_flash_redeye_holo_light.png differ diff --git a/res/drawable-hdpi/ic_indicator_flash_redeye.png b/res/drawable-hdpi/ic_indicator_flash_redeye.png new file mode 100644 index 000000000..a75f66fe2 Binary files /dev/null and b/res/drawable-hdpi/ic_indicator_flash_redeye.png differ diff --git a/res/drawable-mdpi/ic_flash_redeye_holo_light.png b/res/drawable-mdpi/ic_flash_redeye_holo_light.png new file mode 100644 index 000000000..6062964c9 Binary files /dev/null and b/res/drawable-mdpi/ic_flash_redeye_holo_light.png differ diff --git a/res/drawable-mdpi/ic_indicator_flash_redeye.png b/res/drawable-mdpi/ic_indicator_flash_redeye.png new file mode 100644 index 000000000..03eac388a Binary files /dev/null and b/res/drawable-mdpi/ic_indicator_flash_redeye.png differ diff --git a/res/drawable-xhdpi/ic_flash_redeye_holo_light.png b/res/drawable-xhdpi/ic_flash_redeye_holo_light.png new file mode 100644 index 000000000..3797c174a Binary files /dev/null and b/res/drawable-xhdpi/ic_flash_redeye_holo_light.png differ diff --git a/res/drawable-xhdpi/ic_indicator_flash_redeye.png b/res/drawable-xhdpi/ic_indicator_flash_redeye.png new file mode 100644 index 000000000..ca9438441 Binary files /dev/null and b/res/drawable-xhdpi/ic_indicator_flash_redeye.png differ diff --git a/res/values/arrays.xml b/res/values/arrays.xml index c469d39ea..c41602370 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -377,30 +377,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