summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authormingwax <mingwax@codeaurora.org>2017-03-21 14:17:25 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-21 02:57:26 -0700
commitb2b78aa11a0e5c90e81ba19ffdaa32044519a9d9 (patch)
tree6efa210df2a14d94ccdffe0519b3028df0c8d5b6 /res/values
parenta27f5779a51b581e60bd36b4af4ce5e32a005a3c (diff)
downloadandroid_packages_apps_Snap-b2b78aa11a0e5c90e81ba19ffdaa32044519a9d9.tar.gz
android_packages_apps_Snap-b2b78aa11a0e5c90e81ba19ffdaa32044519a9d9.tar.bz2
android_packages_apps_Snap-b2b78aa11a0e5c90e81ba19ffdaa32044519a9d9.zip
SnapdragonCamera: Fix no flash settings menu
(1) When user switch from photo mode to video mode, the object of mParameters should be updated. (2) Set the videoFlash mode values. CRs-Fixed: 2021123 Change-Id: Ie1e3ceba4c2304a57ae2758ab33de08825e72247
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">