summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rwxr-xr-xres/xml/capture_preferences.xml8
-rwxr-xr-xres/xml/setting_menu_preferences.xml10
-rwxr-xr-xres/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 51002729e..782a8001d 100755
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -220,14 +220,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 da0a21154..51b858947 100755
--- a/res/xml/setting_menu_preferences.xml
+++ b/res/xml/setting_menu_preferences.xml
@@ -189,16 +189,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 66e2e0524..1d2917360 100755
--- 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"