summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanthosh Kumar H E <skhara@codeaurora.org>2014-11-06 16:03:19 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2014-11-08 00:38:11 -0800
commit891bd743f6175d7666167246f28af7c2697a6f47 (patch)
tree7753cebbc79db93062a3ad9d7e4376573e4bb4d6
parentd71a65adc227a04cf2e95545af7b6ba71f8f1672 (diff)
downloadandroid_packages_apps_Snap-891bd743f6175d7666167246f28af7c2697a6f47.tar.gz
android_packages_apps_Snap-891bd743f6175d7666167246f28af7c2697a6f47.tar.bz2
android_packages_apps_Snap-891bd743f6175d7666167246f28af7c2697a6f47.zip
Reorder flash setting array entry values.
In the flashmode entry values array, torch value was at 0th position and off at 1st postion. So when user set flash mode to off, element at index 1 was chosen. But custom checkbox logic enables or disables checkbox based on index of array elements. Because of this checkbox was representing reverse values. So changing the order of array entry values. Change-Id: If9ae3d73b479de34fee88bb5ea9e6189b9b22ba1
-rwxr-xr-xres/values/arrays.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index d1baeaeb5..d9312c57a 100755
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -313,8 +313,8 @@
</string-array>
<string-array name="pref_camera_video_flashmode_entryvalues" translatable="false">
- <item>torch</item>
<item>off</item>
+ <item>torch</item>
</string-array>
<array name="video_flashmode_icons" translatable="false">