summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rwxr-xr-xres/xml/capture_preferences.xml8
-rw-r--r--res/xml/setting_menu_preferences.xml10
-rw-r--r--res/xml/video_preferences.xml7
3 files changed, 0 insertions, 25 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index 1557c036b..305485888 100755
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -211,14 +211,6 @@
camera:singleIcon="@drawable/ic_settings_quality"
camera:title="@string/pref_video_quality_title"/>
- <IconListPreference
- camera:defaultValue="@string/pref_camera_video_duration_default"
- camera:entries="@array/pref_camera2_video_duration_entries"
- camera:entryValues="@array/pref_camera2_video_duration_entryvalues"
- camera:key="pref_camera2_video_duration_key"
- camera:singleIcon="@drawable/ic_settings_duration"
- camera:title="@string/pref_camera_video_duration_title"/>
-
<ListPreference
camera:defaultValue="@string/pref_camera_videoencoder_default"
camera:entries="@array/pref_camera2_videoencoder_entries"
diff --git a/res/xml/setting_menu_preferences.xml b/res/xml/setting_menu_preferences.xml
index 33a222865..54db651f1 100644
--- a/res/xml/setting_menu_preferences.xml
+++ b/res/xml/setting_menu_preferences.xml
@@ -179,16 +179,6 @@
android:summary="%s"
android:title="@string/pref_video_quality_title" />
- <ListPreference
- android:defaultValue="@string/pref_camera_video_duration_default"
- android:entries="@array/pref_camera2_video_duration_entries"
- android:entryValues="@array/pref_camera2_video_duration_entryvalues"
- android:icon="@drawable/video_duration"
- android:key="pref_camera2_video_duration_key"
- android:layout="@layout/preference"
- android:summary="%s"
- android:title="@string/pref_camera_video_duration_title" />
-
<SwitchPreference
android:defaultValue="false"
android:icon="@drawable/image_stabilization"
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 3fafddda7..4fb74b94f 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -48,13 +48,6 @@
camera:entries="@array/pref_camera_video_tnr_entries"
camera:entryValues="@array/pref_camera_video_tnr_entryvalues" />
<IconListPreference
- camera:key="pref_camera_video_duration_key"
- camera:defaultValue="@string/pref_camera_video_duration_default"
- camera:title="@string/pref_camera_video_duration_title"
- camera:singleIcon="@drawable/ic_settings_duration"
- camera:entries="@array/pref_camera_video_duration_entries"
- camera:entryValues="@array/pref_camera_video_duration_entryvalues" />
- <IconListPreference
camera:key="pref_video_time_lapse_frame_interval_key"
camera:defaultValue="@string/pref_video_time_lapse_frame_interval_default"
camera:title="@string/pref_video_time_lapse_frame_interval_title"