From c8da365da2cd39ebec9affbdc2de5258ecca76a0 Mon Sep 17 00:00:00 2001 From: Santhosh Kumar H E Date: Thu, 6 Nov 2014 16:03:19 +0530 Subject: 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 --- res/values/arrays.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') 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 @@ - torch off + torch -- cgit v1.2.3