summaryrefslogtreecommitdiffstats
path: root/res/xml/setting_menu_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/setting_menu_preferences.xml')
-rwxr-xr-xres/xml/setting_menu_preferences.xml17
1 files changed, 3 insertions, 14 deletions
diff --git a/res/xml/setting_menu_preferences.xml b/res/xml/setting_menu_preferences.xml
index 0036c11b2..e52a41166 100755
--- a/res/xml/setting_menu_preferences.xml
+++ b/res/xml/setting_menu_preferences.xml
@@ -84,8 +84,6 @@
android:layout="@layout/preference"
android:title="@string/pref_camera_selfiemirror_title" />
<ListPreference
- android:entries="@array/pref_camera2_picturesize_entries"
- android:entryValues="@array/pref_camera2_picturesize_entryvalues"
android:icon="@drawable/picture_size"
android:key="pref_camera2_picturesize_key"
android:layout="@layout/preference"
@@ -104,7 +102,7 @@
<SwitchPreference
android:defaultValue="false"
- android:icon="@drawable/ic_settings_redeye"
+ android:icon="@drawable/ic_settings_redeye_preference"
android:key="pref_camera2_redeyereduction_key"
android:layout="@layout/preference"
android:title="@string/pref_camera_redeyereduction_title" />
@@ -179,16 +177,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"
@@ -289,7 +277,7 @@
<PreferenceCategory
android:key="developer"
android:layout="@layout/preferences_category"
- android:title="DEVELOPER OPTIONS">
+ android:title="@string/pref_camera2_preferences_category_developer">
<ListPreference
android:defaultValue="@string/pref_camera2_instant_aec_default"
@@ -354,6 +342,7 @@
android:key="pref_camera2_zoom_key"
android:defaultValue="@string/pref_camera_zoom_default"
android:title="@string/pref_camera_zoom_title"
+ android:layout="@layout/preference"
android:summary="%s"
android:entries="@array/pref_camera_zoom_entries"
android:entryValues="@array/pref_camera_zoom_entryvalues" />