summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-10-03 12:10:48 -0700
committerSascha Haeberling <haeberling@google.com>2013-10-03 12:33:24 -0700
commit9bf0fd606a624138b8c1123d168f06a24c4d20a3 (patch)
tree3a9689697841d06d349f657ce1fc77a1eb5a71f1 /res/values/arrays.xml
parent68fc363bd33a9e506ccfd1ffa330c4525a2734ce (diff)
downloadandroid_packages_apps_Snap-9bf0fd606a624138b8c1123d168f06a24c4d20a3.tar.gz
android_packages_apps_Snap-9bf0fd606a624138b8c1123d168f06a24c4d20a3.tar.bz2
android_packages_apps_Snap-9bf0fd606a624138b8c1123d168f06a24c4d20a3.zip
Change icons and code from HQ to HDR+ mode.
Bug: 11047147 Change-Id: Ib0ab1675788f6584d2b06b63a113468d2e775f23
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 02f873b27..56d70a3eb 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -430,22 +430,22 @@
<item>@drawable/ic_video_effects_background_normal_holo_dark</item>
</array>
- <string-array name="pref_camera_hq_entries" translatable="false">
+ <string-array name="pref_camera_hdr_plus_entries" translatable="false">
<item>@string/setting_off</item>
<item>@string/setting_on</item>
</string-array>
- <string-array name="pref_camera_hq_labels" translatable="false">
+ <string-array name="pref_camera_hdr_plus_labels" translatable="false">
<item>@string/pref_camera_scenemode_entry_hdr_plus</item>
<item>@string/pref_camera_scenemode_entry_hdr_plus</item>
</string-array>
- <string-array name="pref_camera_hq_icons" translatable="false">
- <item>@drawable/ic_hq_disabled</item>
- <item>@drawable/ic_hq_normal</item>
+ <string-array name="pref_camera_hdr_plus_icons" translatable="false">
+ <item>@drawable/ic_hdr_plus_disabled</item>
+ <item>@drawable/ic_hdr_plus_normal</item>
</string-array>
- <string-array name="pref_camera_hq_entryvalues" translatable="false">
+ <string-array name="pref_camera_hdr_plus_entryvalues" translatable="false">
<item>@string/setting_off_value</item>
<item>@string/setting_on_value</item>
</string-array>