summaryrefslogtreecommitdiffstats
path: root/res/xml/setting_menu_preferences.xml
blob: 87660713a520eced23c2d25c22dc87fcd6f90d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<?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" />
        <SwitchPreference
            android:defaultValue="false"
            android:icon="@drawable/ic_settings_selfiemirror"
            android:key="pref_camera2_selfiemirror_key"
            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"
            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/selfie_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" />

        <SwitchPreference
            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_camera_hfr_default"
            android:entries="@array/pref_camera_hfr_entries"
            android:entryValues="@array/pref_camera_hfr_entryvalues"
            android:icon="@drawable/high_video_frame_rate"
            android:key="pref_camera2_hfr_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera_hfr_title" />
    </PreferenceCategory>

    <PreferenceCategory
        android:layout="@layout/preferences_category"
        android:title="@string/pref_camera2_category_system"
        android:textAllCaps="false">
        <Preference
            android:defaultValue="false"
            android:icon="@drawable/restore_defaults"
            android:key="pref_camera2_restore_default_key"
            android:layout="@layout/preference"
            android:title="@string/pref_camera2_restore_default" />
        <Preference
            android:defaultValue="false"
            android:icon="@drawable/version_info"
            android:key="version_info"
            android:layout="@layout/preference"
            android:summary="Version"
            android:title="Version Info" />
    </PreferenceCategory>
</PreferenceScreen>