summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2013-04-18 12:31:10 -0700
committerMichael Kolb <kolby@google.com>2013-04-18 14:31:18 -0700
commit5b083f89c9c87f8e19e0942d1d7c2de623e527be (patch)
treec9a9abe8cacc512a0ff814f64f3a381985de356b /res/values/arrays.xml
parentb726c83ab60b0ec8e93cad9724857999b3bb8ec5 (diff)
downloadandroid_packages_apps_Gallery2-5b083f89c9c87f8e19e0942d1d7c2de623e527be.tar.gz
android_packages_apps_Gallery2-5b083f89c9c87f8e19e0942d1d7c2de623e527be.tar.bz2
android_packages_apps_Gallery2-5b083f89c9c87f8e19e0942d1d7c2de623e527be.zip
Add more menu options/icons
Bug: 8640131 Added location and scene mode to secondary menu Updated HDR icons Change-Id: I5bed39a2ec037aecf67702d88f738befe61846d4
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml34
1 files changed, 30 insertions, 4 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 992db8e92..7a6859bc3 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -268,14 +268,19 @@
<item>@string/setting_on</item>
</array>
+ <array name="pref_camera_recordlocation_labels" translatable="false">
+ <item>@string/pref_camera_location_label_on</item>
+ <item>@string/pref_camera_location_label_off</item>
+ </array>
+
<array name="camera_recordlocation_icons" translatable="false">
- <item>@drawable/ic_menuselect_gps_off</item>
- <item>@drawable/ic_menuselect_gps_on</item>
+ <item>@drawable/ic_location_off</item>
+ <item>@drawable/ic_location</item>
</array>
<array name="camera_recordlocation_largeicons" translatable="false">
- <item>@drawable/ic_viewfinder_gps_off</item>
- <item>@drawable/ic_viewfinder_gps_on</item>
+ <item>@drawable/ic_location_off</item>
+ <item>@drawable/ic_location</item>
</array>
<!-- Camera Preferences White Balance dialog box entries -->
@@ -328,6 +333,22 @@
<item>@string/pref_camera_scenemode_entry_party</item>
</string-array>
+ <string-array name="pref_camera_scenemode_labels">
+ <item>@string/pref_camera_scenemode_label_auto</item>
+ <item>@string/pref_camera_scenemode_label_action</item>
+ <item>@string/pref_camera_scenemode_label_night</item>
+ <item>@string/pref_camera_scenemode_label_sunset</item>
+ <item>@string/pref_camera_scenemode_label_party</item>
+ </string-array>
+
+ <array name="pref_camera_scenemode_icons">
+ <item>@drawable/ic_sce</item>
+ <item>@drawable/ic_sce_action</item>
+ <item>@drawable/ic_sce_night</item>
+ <item>@drawable/ic_sce_sunset</item>
+ <item>@drawable/ic_sce_party</item>
+ </array>
+
<string-array name="pref_camera_scenemode_entryvalues" translatable="false">
<item>auto</item>
<item>action</item>
@@ -405,6 +426,11 @@
<item>@string/pref_camera_hdr_label_on</item>
</string-array>
+ <string-array name="pref_camera_hdr_icons" translatable="false">
+ <item>@drawable/ic_hdr_off</item>
+ <item>@drawable/ic_hdr</item>
+ </string-array>
+
<string-array name="pref_camera_hdr_entryvalues" translatable="false">
<item>@string/setting_off_value</item>
<item>@string/setting_on_value</item>