summaryrefslogtreecommitdiffstats
path: root/res/xml/setting_menu_preferences.xml
blob: 51b858947bc341253235d819a21c180ffb079e48 (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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2016-2017, 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="@string/perf_camera2_preferences_category_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="@string/perf_camera2_preferences_category_photo">
        <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" />

        <ListPreference
            android:defaultValue="@string/pref_camera2_picture_format_default"
            android:entries="@array/pref_camera2_picture_format_entries"
            android:entryValues="@array/pref_camera2_picture_format_entryvalues"
            android:icon="@drawable/ic_settings_storage"
            android:key="pref_camera2_picture_format_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_picture_format_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="@string/perf_camera2_preferences_category_video">
        <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" />

        <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" />

        <ListPreference
            android:defaultValue="@string/pref_camera2_noise_reduction_default"
            android:entries="@array/pref_camera2_noise_reduction_entries"
            android:entryValues="@array/pref_camera2_noise_reduction_entryvalues"
            android:icon="@drawable/noise_reduction"
            android:key="pref_camera2_noise_reduction_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_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_camera2_videoencoderprofile_default"
            android:entries="@array/pref_camera2_videoencoderprofile_entry"
            android:entryValues="@array/pref_camera2_videoencoderprofile_entryvalues"
            android:icon="@drawable/video_encoding"
            android:key="pref_camera2_videoencoderprofile_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_videoencoderprofile_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="@string/perf_camera2_version_info" />
    </PreferenceCategory>

    <PreferenceCategory
        android:key="developer"
        android:layout="@layout/preferences_category"
        android:title="DEVELOPER OPTIONS">

        <ListPreference
            android:defaultValue="@string/pref_camera2_instant_aec_default"
            android:entries="@array/pref_camera2_instant_aec_entries"
            android:entryValues="@array/pref_camera2_instant_aec_entryvalues"
            android:key="pref_camera2_instant_aec_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_instant_aec_title" />
        <ListPreference
            android:defaultValue="@string/pref_camera2_saturation_level_default"
            android:entries="@array/pref_camera2_saturation_level_entries"
            android:entryValues="@array/pref_camera2_saturation_level_entryvalues"
            android:key="pref_camera2_saturation_level_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_saturation_level_title" />
        <ListPreference
            android:defaultValue="@string/pref_camera2_anti_banding_level_default"
            android:entries="@array/pref_camera2_anti_banding_level_entries"
            android:entryValues="@array/pref_camera2_anti_banding_level_entryvalues"
            android:key="pref_camera2_anti_banding_level_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_anti_banding_level_title" />
        <ListPreference
            android:defaultValue="@string/pref_camera2_hdr_default"
            android:entries="@array/pref_camera2_hdr_entries"
            android:entryValues="@array/pref_camera2_hdr_entryvalues"
            android:key="pref_camera2_hdr_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_hdr_title" />
        <ListPreference
            android:defaultValue="@string/pref_camera2_auto_hdr_default"
            android:entries="@array/pref_camera2_auto_hdr_entries"
            android:entryValues="@array/pref_camera2_auto_hdr_entryvalues"
            android:key="pref_camera2_auto_hdr_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_auto_hdr_title" />

        <ListPreference
            android:defaultValue="@string/pref_camera2_saveraw_default"
            android:entries="@array/pref_camera2_saveraw_entries"
            android:entryValues="@array/pref_camera2_saveraw_entryvalues"
            android:key="pref_camera2_saveraw_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_saveraw_title" />

        <ListPreference
            android:defaultValue="@string/pref_camera2_zsl_default"
            android:entries="@array/pref_camera2_zsl_entries"
            android:entryValues="@array/pref_camera2_zsl_entryvalues"
            android:key="pref_camera2_zsl_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_zsl_title" />

        <ListPreference
            android:key="pref_camera2_zoom_key"
            android:defaultValue="@string/pref_camera_zoom_default"
            android:title="@string/pref_camera_zoom_title"
            android:summary="%s"
            android:entries="@array/pref_camera_zoom_entries"
            android:entryValues="@array/pref_camera_zoom_entryvalues" />

        <ListPreference
            android:key="pref_camera2_manual_exp_key"
            android:defaultValue="@string/pref_camera_manual_exp_default"
            android:title="@string/pref_camera_manual_exp_title"
            android:layout="@layout/preference"
            android:summary="%s"
            android:entries="@array/pref_camera_manual_exp_entries"
            android:entryValues="@array/pref_camera_manual_exp_entry_values" />

        <ListPreference
            android:defaultValue="@string/pref_camera_manual_wb_default"
            android:entries="@array/pref_camera_manual_wb_entries"
            android:entryValues="@array/pref_camera_manual_wb_entry_values"
            android:key="pref_camera2_manual_wb_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera_manual_wb_title" />

        <ListPreference
            android:key="pref_camera2_qcfa_key"
            android:defaultValue="@string/pref_camera2_qcfa_default"
            android:title="@string/pref_camera2_qcfa_title"
            android:layout="@layout/preference"
            android:summary="%s"
            android:entries="@array/pref_camera2_qcfa_entries"
            android:entryValues="@array/pref_camera2_qcfa_entryvalues" />

        <ListPreference
            android:defaultValue="@string/pref_camera2_bsgc_default"
            android:entries="@array/pref_camera2_bsgc_entries"
            android:entryValues="@array/pref_camera2_bsgc_entryvalues"
            android:key="pref_camera2_bsgc_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_bsgc_title" />

        <ListPreference
            android:defaultValue="@string/pref_camera2_sharpness_control_default"
            android:entries="@array/pref_camera2_sharpness_control_entries"
            android:entryValues="@array/pref_camera2_multilevel_sharpness_entryvalues"
            android:key="pref_camera2_sharpness_control_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_sharpness_control_title" />

        <ListPreference
            android:defaultValue="@string/pref_camera2_afmode_default"
            android:entries="@array/pref_camera2_afmode_entries"
            android:entryValues="@array/pref_camera2_afmode_entryvalues"
            android:key="pref_camera2_afmode_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_afmode_title" />

        <ListPreference
            android:defaultValue="@string/pref_camera2_exposure_metering_default"
            android:entries="@array/pref_camera2_exposure_metering_entries"
            android:entryValues="@array/pref_camera2_exposure_metering_entryvalues"
            android:key="pref_camera2_exposure_metering_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_exposure_metering_title" />

        <ListPreference
            android:defaultValue="@string/pref_camera2_switch_camera_default"
            android:key="pref_camera2_switch_camera_key"
            android:layout="@layout/preference"
            android:summary="%s"
            android:title="@string/pref_camera2_switch_camera_title"/>

        <ListPreference
            android:key="pref_camera2_eis_key"
            android:defaultValue="@string/pref_camera2_eis_default"
            android:title="@string/pref_camera2_eis_title"
            android:entries="@array/pref_camera2_eis_entries"
            android:entryValues="@array/pref_camera2_eis_entryvalues"
            android:layout="@layout/preference"
            android:summary="%s"/>

        <ListPreference
            android:key="pref_camera2_fovc_key"
            android:defaultValue="@string/pref_camera2_fovc_default"
            android:title="@string/pref_camera2_fovc_title"
            android:entries="@array/pref_camera2_fovc_entries"
            android:entryValues="@array/pref_camera2_fovc_entryvalues"
            android:layout="@layout/preference"
            android:summary="%s"/>

        <ListPreference
            android:key="pref_camera2_video_hdr_key"
            android:defaultValue="@string/pref_camera2_video_hdr_default"
            android:title="@string/pref_camera2_video_hdr_title"
            android:entries="@array/pref_camera2_video_hdr_entries"
            android:entryValues="@array/pref_camera2_video_hdr_entryvalues"
            android:layout="@layout/preference"
            android:summary="%s"/>

        <MultiSelectListPreference
            android:key="pref_camera2_stats_visualizer_key"
            android:defaultValue="@array/pref_camera2_stats_visualizer_default"
            android:title="@string/pref_camera2_stats_visualizer_title"
            android:entries="@array/pref_camera2_stats_visualizer_entries"
            android:entryValues="@array/pref_camera2_stats_visualizer_entryvalues"
            android:layout="@layout/preference"
            android:summary="Choose stats to display"/>

        <ListPreference
            android:key="pref_camera2_capture_mfnr_key"
            android:defaultValue="@string/pref_camera2_capture_mfnr_default"
            android:title="@string/pref_camera2_capture_mfnr_title"
            android:entries="@array/pref_camera2_capture_mfnr_entries"
            android:entryValues="@array/pref_camera2_capture_mfnr_entryvalues"
            android:layout="@layout/preference"
            android:summary="%s"/>

        <ListPreference
            android:key="pref_camera2_fs2_key"
            android:defaultValue="@string/pref_camera2_fs2_default"
            android:title="@string/pref_camera2_fs2_title"
            android:entries="@array/pref_camera2_fs2_entries"
            android:entryValues="@array/pref_camera2_fs2_entryvalues"
            android:layout="@layout/preference"
            android:summary="%s"/>

        <ListPreference
            android:key="pref_camera2_abort_captures_key"
            android:defaultValue="@string/pref_camera2_abort_captures_default"
            android:title="@string/pref_camera2_abort_captures_title"
            android:entries="@array/pref_camera2_abort_captures_entries"
            android:entryValues="@array/pref_camera2_abort_captures_entryvalues"
            android:layout="@layout/preference"
            android:summary="%s"/>

    </PreferenceCategory>
</PreferenceScreen>