summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-05-10 14:06:42 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-05-31 13:21:46 -0700
commit2a853d42d02a7beb054c904df29da07126aeaa35 (patch)
treea730ae3e4410b9936fe5307374bc049a3fdce822 /res/xml
parent0587d0eb74f9bf352370664fbfbe72b604cd18c1 (diff)
downloadandroid_packages_apps_Snap-2a853d42d02a7beb054c904df29da07126aeaa35.tar.gz
android_packages_apps_Snap-2a853d42d02a7beb054c904df29da07126aeaa35.tar.bz2
android_packages_apps_Snap-2a853d42d02a7beb054c904df29da07126aeaa35.zip
SnapdragonCamera: Add continuous shot and count down
Add continous shot and count down to CaptureModule Change-Id: I986302201f742d7671a67c26953eecc2a0276294 CRs-Fixed: 1018118
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/capture_preferences.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index 7ee4ae465..3bab09eb0 100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -165,4 +165,18 @@
camera:key="pref_camera2_iso_key"
camera:singleIcon="@drawable/ic_settings_iso"
camera:title="@string/pref_camera_iso_title"/>
+
+ <IconListPreference
+ camera:defaultValue="@string/pref_camera_longshot_default"
+ camera:entries="@array/pref_camera2_longshot_entries"
+ camera:entryValues="@array/pref_camera2_longshot_entryvalues"
+ camera:key="pref_camera2_longshot_key"
+ camera:singleIcon="@drawable/ic_settings_continuous"
+ camera:title="@string/pref_camera_longshot_title"/>
+
+ <CountDownTimerPreference
+ camera:defaultValue="@string/pref_camera_timer_default"
+ camera:key="pref_camera2_timer_key"
+ camera:singleIcon="@drawable/ic_settings_countdowntimer"
+ camera:title="@string/pref_camera_timer_title"/>
</PreferenceGroup>