diff options
author | Owen Lin <owenlin@google.com> | 2010-01-22 16:52:31 -0800 |
---|---|---|
committer | Owen Lin <owenlin@google.com> | 2010-01-25 10:37:05 -0800 |
commit | 8791695ba110ad0b088d2e8b3b0127c0042e1865 (patch) | |
tree | eaff47288dd80e9f00b7ca57e210ed5559ded898 /res/xml | |
parent | 73e782de608cbe2ddffd75c055009ff2e208f78b (diff) | |
download | LegacyCamera-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/xml')
-rw-r--r-- | res/xml/camera_preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml index 5c0fede..0eec3ab 100644 --- a/res/xml/camera_preferences.xml +++ b/res/xml/camera_preferences.xml @@ -68,5 +68,11 @@ camera:icons="@array/pref_camera_focusmode_icons" camera:entries="@array/pref_camera_focusmode_entries" camera:entryValues="@array/pref_camera_focusmode_entryvalues" /> + <ListPreference + camera:key="pref_camera_quickcapture_key" + camera:defaultValue="@string/pref_camera_quickcapture_default" + camera:title="@string/pref_camera_quickcapture_title" + camera:entries="@array/pref_camera_quickcapture_entries" + camera:entryValues="@array/pref_camera_quickcapture_entryvalues" /> </PreferenceGroup> </PreferenceGroup> |