summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2015-08-02 19:48:55 -0700
committerMichael Bestas <mikeioannina@gmail.com>2015-09-17 23:26:01 +0300
commit32d6b79994ec4baf5ef57a58c0d1104f4a65432b (patch)
tree686fe402bf2e431b0dc4b77fb1ed6d3e5f020ae6 /res/values/arrays.xml
parent447b5a7e3791281f29bb149cb8d0e89f03abfdb4 (diff)
downloadandroid_packages_apps_Snap-32d6b79994ec4baf5ef57a58c0d1104f4a65432b.tar.gz
android_packages_apps_Snap-32d6b79994ec4baf5ef57a58c0d1104f4a65432b.tar.bz2
android_packages_apps_Snap-32d6b79994ec4baf5ef57a58c0d1104f4a65432b.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/arrays.xml')
-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 208c3257d..a4cc51928 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -296,13 +296,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">
@@ -311,13 +311,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">