summaryrefslogtreecommitdiffstats
path: root/res
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-23 20:25:19 -0700
commitf8b965d7209d71dfcacfb9b6b8a0ad8d66eb5f5e (patch)
tree2e03d798b1322c535547134c17f6157656ac0db9 /res
parentf254172075c749c3ecd68892ca8bae3a808db733 (diff)
downloadandroid_packages_apps_Snap-f8b965d7209d71dfcacfb9b6b8a0ad8d66eb5f5e.tar.gz
android_packages_apps_Snap-f8b965d7209d71dfcacfb9b6b8a0ad8d66eb5f5e.tar.bz2
android_packages_apps_Snap-f8b965d7209d71dfcacfb9b6b8a0ad8d66eb5f5e.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: 2027214 Change-Id: Ie1e3ceba4c2304a57ae2758ab33de08825e72247
Diffstat (limited to 'res')
-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">