summaryrefslogtreecommitdiffstats
path: root/res/xml/capture_preferences.xml
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-09-20 15:30:11 -0700
committerArne Coucheron <arco68@gmail.com>2017-06-13 07:16:41 +0200
commitd24a8ede150863e67f67bbd04279b138c7fde242 (patch)
tree317749ed5c68db7c9028f19a78721dc7f0ab1267 /res/xml/capture_preferences.xml
parentbdb5068e459f6ce80d3ac6478513dfa445dee696 (diff)
downloadandroid_packages_apps_Snap-d24a8ede150863e67f67bbd04279b138c7fde242.tar.gz
android_packages_apps_Snap-d24a8ede150863e67f67bbd04279b138c7fde242.tar.bz2
android_packages_apps_Snap-d24a8ede150863e67f67bbd04279b138c7fde242.zip
SnapdragonCamera: Change video snapshot picture size logic
Remove auto video snapshot size menu and use picture size setting instead. In case of 4k, use one that is smaller than 4k. Change-Id: Ic8ab193055afa0f571c73a074d346c2a9f8dbacd CRs-Fixed: 1066519
Diffstat (limited to 'res/xml/capture_preferences.xml')
-rw-r--r--res/xml/capture_preferences.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index cd8443331..58a616026 100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -264,19 +264,12 @@
camera:singleIcon="@drawable/ic_settings_facerec"
camera:title="@string/pref_camera_facedetection_title"/>
- <ListPreference
- camera:defaultValue="@string/pref_camera2_videosnap_default"
- camera:entries="@array/pref_camera2_videosnap_entries"
- camera:entryValues="@array/pref_camera2_videosnap_entryvalues"
- camera:key="pref_camera2_videosnap_key"
- camera:title="@string/pref_camera2_videosnap_title" />
-
- <ListPreference
+ <IconListPreference
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"/>
+ camera:title="@string/pref_camera2_trackingfocus_title" />
<IconListPreference
camera:defaultValue="@string/pref_camera_hfr_default"