summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2015-08-02 19:48:55 -0700
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:22:24 -0700
commitd37a0b53cce94f1fa5cd96c100d19dc64f367cd2 (patch)
tree807d2e1585da56fc106283c0bf2943346503bfad /res
parentdbf4fa78dbe7120edd0048caf4d69f525f6d40ac (diff)
downloadandroid_packages_apps_Snap-d37a0b53cce94f1fa5cd96c100d19dc64f367cd2.tar.gz
android_packages_apps_Snap-d37a0b53cce94f1fa5cd96c100d19dc64f367cd2.tar.bz2
android_packages_apps_Snap-d37a0b53cce94f1fa5cd96c100d19dc64f367cd2.zip
SnapdragonCamera: Fix reversed video flash mode buttons
*Previously, setting the "off" option would enable flash, and setting the "on" option would disable it SnapdragonCamera: Fix reversed video flash-mode icons
Diffstat (limited to 'res')
-rw-r--r--res/values/arrays.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index dff412027..f904b2bcf 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -367,13 +367,13 @@
<!-- Videocamera Preferences flash mode dialog box entries -->
<string-array name="pref_camera_video_flashmode_entries" translatable="false">
- <item>@string/pref_camera_flashmode_entry_on</item>
<item>@string/pref_camera_flashmode_entry_off</item>
+ <item>@string/pref_camera_flashmode_entry_on</item>
</string-array>
<string-array name="pref_camera_video_flashmode_labels" translatable="false">
- <item>@string/pref_camera_flashmode_label_on</item>
<item>@string/pref_camera_flashmode_label_off</item>
+ <item>@string/pref_camera_flashmode_label_on</item>
</string-array>
<string-array name="pref_camera_video_flashmode_entryvalues" translatable="false">
@@ -382,13 +382,13 @@
</string-array>
<array name="video_flashmode_icons" translatable="false">
- <item>@drawable/ic_flash_on_holo_light</item>
<item>@drawable/ic_flash_off_holo_light</item>
+ <item>@drawable/ic_flash_on_holo_light</item>
</array>
<array name="video_flashmode_largeicons" translatable="false">
- <item>@drawable/ic_flash_on_holo_light</item>
<item>@drawable/ic_flash_off_holo_light</item>
+ <item>@drawable/ic_flash_on_holo_light</item>
</array>
<string-array name="pref_camera_recordlocation_entryvalues" translatable="false">