summaryrefslogtreecommitdiffstats
path: root/res/xml/capture_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/capture_preferences.xml')
-rw-r--r--res/xml/capture_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index d7d478d0a..c5aab1a7d 100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -273,4 +273,10 @@
camera:entryValues="@array/pref_camera2_videosnap_entryvalues"
camera:key="pref_camera2_videosnap_key"
camera:title="@string/pref_camera2_videosnap_title" />
+ <ListPreference
+ camera:defaultValue="off"
+ camera:key="pref_camera2_trackingfocus_key"
+ camera:entries="@array/pref_camera2_trackingfocus_entries"
+ camera:entryValues="@array/pref_camera2_trackingfocus_entryvalues"
+ camera:title="@string/pref_camera2_trackingfocus_title"/>
</PreferenceGroup>