summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-05-10 14:06:42 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-25 21:55:20 -0700
commit07647ea0189247f806d157d6f4598ccf19dd3197 (patch)
tree737f2500401a50377da3011a6a5db961cab34b59 /res
parent97b6eba2d20792bc77c7a44d9ab51b5774d968f7 (diff)
downloadandroid_packages_apps_Snap-07647ea0189247f806d157d6f4598ccf19dd3197.tar.gz
android_packages_apps_Snap-07647ea0189247f806d157d6f4598ccf19dd3197.tar.bz2
android_packages_apps_Snap-07647ea0189247f806d157d6f4598ccf19dd3197.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')
-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>