diff options
Diffstat (limited to 'res/xml/camera_preferences.xml')
-rw-r--r-- | res/xml/camera_preferences.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml index 6f632e4..edcb23f 100644 --- a/res/xml/camera_preferences.xml +++ b/res/xml/camera_preferences.xml @@ -17,12 +17,6 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" xmlns:camera="http://schemas.android.com/apk/res/com.android.camera"> <PreferenceCategory android:title="@string/pref_camera_settings_category"> - <com.android.camera.BooleanListPreference - android:key="pref_camera_recordlocation_key" - android:defaultValue="@string/pref_camera_recordlocation_default" - android:title="@string/pref_camera_recordlocation_title" - android:entries="@array/pref_camera_recordlocation_entries" - android:entryValues="@array/pref_camera_recordlocation_entryvalues" /> <com.android.camera.IconListPreference android:key="pref_camera_flashmode_key" android:defaultValue="@string/pref_camera_flashmode_default" @@ -52,6 +46,12 @@ android:entries="@array/pref_camera_coloreffect_entries" android:entryValues="@array/pref_camera_coloreffect_entryvalues" android:dialogTitle="@string/pref_camera_coloreffect_dialogtitle" /> + <com.android.camera.BooleanListPreference + android:key="pref_camera_recordlocation_key" + android:defaultValue="@string/pref_camera_recordlocation_default" + android:title="@string/pref_camera_recordlocation_title" + android:entries="@array/pref_camera_recordlocation_entries" + android:entryValues="@array/pref_camera_recordlocation_entryvalues" /> <ListPreference android:key="pref_camera_picturesize_key" android:title="@string/pref_camera_picturesize_title" |