summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2015-08-02 19:48:55 -0700
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:35 +0200
commitcf37269834b5fdcad4b6e368adfdd1d99feaf994 (patch)
tree55708c99ca13113a64e2e824bb47e9a56881e630 /res/values
parentbf1938c6630d30beb1ac0efaed15d3e108abe023 (diff)
downloadandroid_packages_apps_Snap-cf37269834b5fdcad4b6e368adfdd1d99feaf994.tar.gz
android_packages_apps_Snap-cf37269834b5fdcad4b6e368adfdd1d99feaf994.tar.bz2
android_packages_apps_Snap-cf37269834b5fdcad4b6e368adfdd1d99feaf994.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/values')
-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 7f6143e6e..40b55892f 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -361,13 +361,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">
@@ -376,13 +376,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">