summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2013-09-03 05:04:04 +0300
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:36 +0200
commitee15fda5fd821625df9d8f13a9807da3884b7a94 (patch)
tree7fa44d5939e6e1217ab536915bf44b27200aaee6 /res
parentf40ba82b6aef754c4e2c17c6202bfe6cacefcb40 (diff)
downloadandroid_packages_apps_Snap-ee15fda5fd821625df9d8f13a9807da3884b7a94.tar.gz
android_packages_apps_Snap-ee15fda5fd821625df9d8f13a9807da3884b7a94.tar.bz2
android_packages_apps_Snap-ee15fda5fd821625df9d8f13a9807da3884b7a94.zip
Camera: Add red-eye flash mode support
Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I3db982732d15fb4eb83d5e37bff1a123225d4e8e
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_flash_redeye_holo_light.pngbin0 -> 2443 bytes
-rw-r--r--res/drawable-hdpi/ic_indicator_flash_redeye.pngbin0 -> 1838 bytes
-rw-r--r--res/drawable-mdpi/ic_flash_redeye_holo_light.pngbin0 -> 1369 bytes
-rw-r--r--res/drawable-mdpi/ic_indicator_flash_redeye.pngbin0 -> 1041 bytes
-rw-r--r--res/drawable-xhdpi/ic_flash_redeye_holo_light.pngbin0 -> 2982 bytes
-rw-r--r--res/drawable-xhdpi/ic_indicator_flash_redeye.pngbin0 -> 2506 bytes
-rw-r--r--res/values/arrays.xml5
-rw-r--r--res/values/cm_strings.xml3
8 files changed, 8 insertions, 0 deletions
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
--- /dev/null
+++ b/res/drawable-hdpi/ic_flash_redeye_holo_light.png
Binary files 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
--- /dev/null
+++ b/res/drawable-hdpi/ic_indicator_flash_redeye.png
Binary files 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
--- /dev/null
+++ b/res/drawable-mdpi/ic_flash_redeye_holo_light.png
Binary files 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
--- /dev/null
+++ b/res/drawable-mdpi/ic_indicator_flash_redeye.png
Binary files 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
--- /dev/null
+++ b/res/drawable-xhdpi/ic_flash_redeye_holo_light.png
Binary files 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
--- /dev/null
+++ b/res/drawable-xhdpi/ic_indicator_flash_redeye.png
Binary files 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 @@
<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>