summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
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 -->