summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/camera_preferences.xml2
-rw-r--r--res/xml/capture_preferences.xml27
-rw-r--r--res/xml/setting_menu_preferences.xml268
3 files changed, 277 insertions, 20 deletions
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml
index 742c09d33..a9540550b 100644
--- a/res/xml/camera_preferences.xml
+++ b/res/xml/camera_preferences.xml
@@ -382,7 +382,7 @@
<ListPreference
camera:key="pref_camera2_camera2_key"
- camera:defaultValue="@string/pref_camera2_camera2_default"
+ camera:defaultValue="@string/setting_off_value"
camera:title="@string/pref_camera2_camera2_title"
camera:entries="@array/pref_camera2_camera2_entries"
camera:entryValues="@array/pref_camera2_camera2_entryvalues" />
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index 29a12281f..5ddb60c89 100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -80,21 +80,21 @@
camera:title="@string/pref_camera_savepath_title"/>
<ListPreference
- camera:defaultValue="@string/pref_camera2_mono_only_default"
+ camera:defaultValue="@string/setting_off_value"
camera:entries="@array/pref_camera2_mono_only_entries"
camera:entryValues="@array/pref_camera2_mono_only_entryvalues"
camera:key="pref_camera2_mono_only_key"
camera:title="@string/pref_camera2_mono_only_title"/>
<ListPreference
- camera:defaultValue="@string/pref_camera2_mono_preview_default"
+ camera:defaultValue="@string/setting_off_value"
camera:entries="@array/pref_camera2_mono_preview_entries"
camera:entryValues="@array/pref_camera2_mono_preview_entryvalues"
camera:key="pref_camera2_mono_preview_key"
camera:title="@string/pref_camera2_mono_preview_title"/>
<ListPreference
- camera:defaultValue="@string/pref_camera2_clearsight_default"
+ camera:defaultValue="@string/setting_on_value"
camera:entries="@array/pref_camera2_clearsight_entries"
camera:entryValues="@array/pref_camera2_clearsight_entryvalues"
camera:key="pref_camera2_clearsight_key"
@@ -127,7 +127,7 @@
camera:title="@string/pref_camera_scenemode_title"/>
<IconListPreference
- camera:defaultValue="@string/pref_camera_redeyereduction_default"
+ camera:defaultValue="@string/setting_off_value"
camera:entries="@array/pref_camera2_redeyereduction_entries"
camera:entryValues="@array/pref_camera2_redeyereduction_entryvalues"
camera:key="pref_camera2_redeyereduction_key"
@@ -165,7 +165,7 @@
camera:title="@string/pref_camera_iso_title"/>
<IconListPreference
- camera:defaultValue="@string/pref_camera_longshot_default"
+ camera:defaultValue="@string/setting_off_value"
camera:entries="@array/pref_camera2_longshot_entries"
camera:entryValues="@array/pref_camera2_longshot_entryvalues"
camera:key="pref_camera2_longshot_key"
@@ -220,7 +220,7 @@
camera:title="@string/pref_camera_audioencoder_title"/>
<IconListPreference
- camera:defaultValue="@string/pref_camera_dis_default"
+ camera:defaultValue="@string/setting_off_value"
camera:entries="@array/pref_camera2_dis_entries"
camera:entryValues="@array/pref_camera2_dis_entryvalues"
camera:key="pref_camera2_dis_key"
@@ -234,17 +234,6 @@
camera:key="pref_camera2_noise_reduction_key"
camera:title="@string/pref_camera_noise_reduction_title"/>
- <IconListPreference
- camera:defaultValue="@string/pref_camera_video_flashmode_default"
- camera:entries="@array/pref_camera2_video_flashmode_entries"
- camera:entryValues="@array/pref_camera2_video_flashmode_entryvalues"
- camera:icons="@array/video_flashmode_icons"
- camera:key="pref_camera2_video_flashmode_key"
- camera:labelList="@array/pref_camera2_video_flashmode_labels"
- camera:largeIcons="@array/video_flashmode_largeicons"
- camera:singleIcon="@drawable/ic_settings_flash"
- camera:title="@string/pref_camera_flashmode_title"/>
-
<ListPreference
camera:defaultValue="@string/pref_camera_video_rotation_default"
camera:entries="@array/pref_camera2_video_rotation_entries"
@@ -260,7 +249,7 @@
camera:title="@string/pref_video_time_lapse_frame_interval_title"/>
<IconListPreference
- camera:defaultValue="@string/pref_camera_facedetection_default"
+ camera:defaultValue="@string/setting_off_value"
camera:entries="@array/pref_camera2_facedetection_entries"
camera:entryValues="@array/pref_camera2_facedetection_entryvalues"
camera:key="pref_camera2_facedetection_key"
@@ -268,7 +257,7 @@
camera:title="@string/pref_camera_facedetection_title"/>
<ListPreference
- camera:defaultValue="@string/pref_camera2_videosnap_default"
+ camera:defaultValue="@string/setting_on_value"
camera:entries="@array/pref_camera2_videosnap_entries"
camera:entryValues="@array/pref_camera2_videosnap_entryvalues"
camera:key="pref_camera2_videosnap_key"
diff --git a/res/xml/setting_menu_preferences.xml b/res/xml/setting_menu_preferences.xml
new file mode 100644
index 000000000..a606b342c
--- /dev/null
+++ b/res/xml/setting_menu_preferences.xml
@@ -0,0 +1,268 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (c) 2016, The Linux Foundation. All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ * Neither the name of The Linux Foundation nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+-->
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ android:key="screen">
+ <PreferenceCategory
+ android:key="general"
+ android:layout="@layout/preferences_category"
+ android:title="GENERAL">
+ <SwitchPreference
+ android:defaultValue="false"
+ android:icon="@drawable/gps_location"
+ android:key="pref_camera2_recordlocation_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera_recordlocation_title" />
+
+ <SwitchPreference
+ android:defaultValue="false"
+ android:icon="@drawable/face_detection"
+ android:key="pref_camera2_facedetection_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera_facedetection_title" />
+
+ <ListPreference
+ android:defaultValue="@string/pref_camera_savepath_default"
+ android:entries="@array/pref_camera2_savepath_entries"
+ android:entryValues="@array/pref_camera2_savepath_entryvalues"
+ android:icon="@drawable/storage"
+ android:key="pref_camera2_savepath_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera_savepath_title" />
+ </PreferenceCategory>
+
+ <PreferenceCategory
+ android:key="photo"
+ android:layout="@layout/preferences_category"
+ android:title="STILL CAMERA">
+ <ListPreference
+ android:defaultValue="@string/pref_camera2_timer_value_off"
+ android:entries="@array/pref_camera2_timer_entries"
+ android:entryValues="@array/pref_camera2_timer_entryvalues"
+ android:icon="@drawable/countdown_timer"
+ android:key="pref_camera2_timer_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera_timer_title" />
+
+ <SwitchPreference
+ android:defaultValue="false"
+ android:icon="@drawable/continuous_shot"
+ android:key="pref_camera2_longshot_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera_longshot_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"
+ android:summary="%s"
+ android:title="@string/pref_camera_picturesize_title" />
+
+ <ListPreference
+ android:defaultValue="@string/pref_camera_jpegquality_default"
+ android:entries="@array/pref_camera2_jpegquality_entries"
+ android:entryValues="@array/pref_camera2_jpegquality_entryvalues"
+ android:icon="@drawable/picture_quality"
+ android:key="pref_camera2_jpegquality_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera_jpegquality_title" />
+
+ <SwitchPreference
+ android:defaultValue="false"
+ android:icon="@drawable/ic_settings_redeye"
+ android:key="pref_camera2_redeyereduction_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera_redeyereduction_title" />
+
+ <ListPreference
+ android:defaultValue="@string/pref_exposure_default"
+ android:icon="@drawable/exposure"
+ android:key="pref_camera2_exposure_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_exposure_title" />
+
+ <ListPreference
+ android:defaultValue="@string/pref_camera2_whitebalance_default"
+ android:entries="@array/pref_camera2_whitebalance_entries"
+ android:entryValues="@array/pref_camera2_whitebalance_entryvalues"
+ android:icon="@drawable/white_balance"
+ android:key="pref_camera2_whitebalance_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera_whitebalance_title" />
+
+ <SwitchPreference
+ android:defaultValue="false"
+ android:icon="@drawable/ic_settings_flash"
+ android:key="pref_selfie_flash_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_selfie_flash_title" />
+
+ <SwitchPreference
+ android:defaultValue="true"
+ android:icon="@drawable/shutter_sound"
+ android:key="pref_camera2_shutter_sound_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera2_shutter_sound_title" />
+
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="pref_camera2_mono_only_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera2_mono_only_title" />
+
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="pref_camera2_mono_preview_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera2_mono_preview_title" />
+
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="pref_camera2_clearsight_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera2_clearsight_title" />
+
+ <ListPreference
+ android:defaultValue="false"
+ android:key="pref_camera2_mpo_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera2_mpo_title" />
+ </PreferenceCategory>
+
+ <PreferenceCategory
+ android:key="video"
+ android:layout="@layout/preferences_category"
+ android:title="VIDEO CAMERA">
+ <ListPreference
+ android:entries="@array/pref_camera2_video_quality_entries"
+ android:entryValues="@array/pref_camera2_video_quality_entryvalues"
+ android:icon="@drawable/video_quality"
+ android:key="pref_camera2_video_quality_key"
+ android:layout="@layout/preference"
+ 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"
+ android:key="pref_camera2_dis_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera_dis_title" />
+
+ <SwitchPreference
+ android:defaultValue="false"
+ android:icon="@drawable/noise_reduction"
+ android:key="pref_camera2_noise_reduction_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera_noise_reduction_title" />
+
+ <ListPreference
+ android:defaultValue="@string/pref_camera_videoencoder_default"
+ android:entries="@array/pref_camera2_videoencoder_entries"
+ android:entryValues="@array/pref_camera2_videoencoder_entryvalues"
+ android:icon="@drawable/video_encoding"
+ android:key="pref_camera2_videoencoder_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera_videoencoder_title" />
+
+ <ListPreference
+ android:defaultValue="@string/pref_camera_audioencoder_default"
+ android:entries="@array/pref_camera2_audioencoder_entries"
+ android:entryValues="@array/pref_camera2_audioencoder_entryvalues"
+ android:icon="@drawable/audio_encoding"
+ android:key="pref_camera2_audioencoder_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera_audioencoder_title" />
+
+ <ListPreference
+ android:defaultValue="@string/pref_camera_video_rotation_default"
+ android:entries="@array/pref_camera2_video_rotation_entries"
+ android:entryValues="@array/pref_camera2_video_rotation_entryvalues"
+ android:icon="@drawable/video_rotation"
+ android:key="pref_camera2_video_rotation_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera_video_rotation_title" />
+
+ <ListPreference
+ android:defaultValue="@string/pref_video_time_lapse_frame_interval_default"
+ android:entries="@array/pref_camera2_video_time_lapse_frame_interval_entries"
+ android:entryValues="@array/pref_camera2_video_time_lapse_frame_interval_entryvalues"
+ android:icon="@drawable/clock"
+ android:key="pref_camera2_video_time_lapse_frame_interval_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_video_time_lapse_frame_interval_title" />
+
+ <ListPreference
+ android:defaultValue="@string/pref_camera2_videosnap_default"
+ android:entries="@array/pref_camera2_videosnap_entries"
+ android:entryValues="@array/pref_camera2_videosnap_entryvalues"
+ android:icon="@drawable/auto_snapshot_size"
+ android:key="pref_camera2_videosnap_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera2_videosnap_title" />
+
+ <ListPreference
+ android:defaultValue="@string/pref_camera_hfr_default"
+ android:entries="@array/pref_camera_hfr_entries"
+ android:entryValues="@array/pref_camera_hfr_entryvalues"
+ android:icon="@drawable/ic_settings_fps"
+ android:key="pref_camera2_hfr_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera_hfr_title" />
+
+ <SwitchPreference
+ android:defaultValue="false"
+ android:icon="@drawable/tracking_focus"
+ android:key="pref_camera2_trackingfocus_key"
+ android:layout="@layout/preference"
+ android:title="@string/pref_camera2_trackingfocus_title" />
+ </PreferenceCategory>
+</PreferenceScreen> \ No newline at end of file