summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2010-01-22 16:52:31 -0800
committerOwen Lin <owenlin@google.com>2010-01-25 10:37:05 -0800
commit8791695ba110ad0b088d2e8b3b0127c0042e1865 (patch)
treeeaff47288dd80e9f00b7ca57e210ed5559ded898 /res/values
parent73e782de608cbe2ddffd75c055009ff2e208f78b (diff)
downloadLegacyCamera-8791695ba110ad0b088d2e8b3b0127c0042e1865.zip
LegacyCamera-8791695ba110ad0b088d2e8b3b0127c0042e1865.tar.gz
LegacyCamera-8791695ba110ad0b088d2e8b3b0127c0042e1865.tar.bz2
Add quick capture settings for Camera application.
Change-Id: Ic4ca9f9e1802559c0d6604616555a94cdee1378b Bug: 2259528
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml10
-rw-r--r--res/values/strings.xml6
2 files changed, 16 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index d8fcec4..33768b2 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -273,6 +273,16 @@
<item>fireworks</item>
</string-array>
+ <string-array name="pref_camera_quickcapture_entries" translatable="false">
+ <item>@string/pref_camera_quickcapture_entry_off</item>
+ <item>@string/pref_camera_quickcapture_entry_on</item>
+ </string-array>
+
+ <string-array name="pref_camera_quickcapture_entryvalues" translatable="false">
+ <item>off</item>
+ <item>on</item>
+ </string-array>
+
<string-array name="scenemode_modes" translatable="false">
<item>off</item>
<item>on</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f7695d6..bf0d936 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -312,6 +312,12 @@
<!-- Scene mode optimized for taking images of fireworks. -->
<string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
+ <!-- Settings menu, enable quick capture mode or not -->
+ <string name="pref_camera_quickcapture_title">Quick Capture</string>
+ <string name="pref_camera_quickcapture_default" translatable="false">off</string>
+ <string name="pref_camera_quickcapture_entry_on">On</string>
+ <string name="pref_camera_quickcapture_entry_off">Off</string>
+
<!-- Restore settings item in preference -->
<string name="pref_restore_title">Restore settings</string>
<string name="pref_restore_detail">Restore camera settings to default</string>