blob: ef1d9bdbaa89e3912eccc9315874cbda2c032dcf [file] [log] [blame]
Steve Kondik4ecd7e52016-09-08 14:47:47 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2015 The CyanogenMod Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
18
19 <PreferenceCategory
20 android:key="live_display_options"
21 android:title="@*cyanogenmod.platform:string/live_display_title">
22
23 <!-- Color profile -->
24 <ListPreference
25 android:key="live_display_color_profile"
26 android:title="@string/live_display_color_profile_title"
27 android:persistent="false" />
28
29 <ListPreference
30 android:key="live_display"
31 android:title="@string/live_display_mode"
32 android:persistent="false" />
33
34 <!-- Manual temperature selection -->
35 <org.cyanogenmod.cmparts.livedisplay.DisplayTemperature
36 android:key="live_display_color_temperature"
37 android:title="@string/live_display_color_temperature_title"
38 android:dialogTitle="@*cyanogenmod.platform:string/live_display_title"
39 android:persistent="false" />
40
41 <!-- Outdoor mode / SRE -->
42 <cyanogenmod.preference.CMSystemSettingSwitchPreference
43 android:key="display_auto_outdoor_mode"
44 android:title="@string/live_display_outdoor_mode_title"
45 android:summary="@string/live_display_outdoor_mode_summary"
46 android:defaultValue="@*cyanogenmod.platform:bool/config_defaultAutoOutdoorMode" />
47
48 </PreferenceCategory>
49
50 <PreferenceCategory
51 android:key="advanced"
52 android:title="@string/advanced">
53
54 <!-- RGB display color adjustments -->
55 <org.cyanogenmod.cmparts.livedisplay.DisplayColor
56 android:key="color_calibration"
57 android:title="@string/color_calibration_title"
58 android:dialogTitle="@string/color_calibration_title"
59 android:summary="@string/color_calibration_summary"
60 android:persistent="false"/>
61
62 <!-- HSIC display color adjustments -->
63 <org.cyanogenmod.cmparts.livedisplay.PictureAdjustment
64 android:key="picture_adjustment"
65 android:title="@string/picture_adjustment_title"
66 android:dialogTitle="@string/picture_adjustment_title"
67 android:summary="@string/picture_adjustment_summary"
68 android:persistent="false"/>
69
70 <!-- Adaptive backlight -->
71 <cyanogenmod.preference.CMSystemSettingSwitchPreference
72 android:key="display_low_power"
73 android:title="@string/live_display_low_power_title"
74 android:summary="@string/live_display_low_power_summary"
75 android:defaultValue="@*cyanogenmod.platform:bool/config_defaultCABC" />
76
77 <!-- Color enhancement -->
78 <cyanogenmod.preference.CMSystemSettingSwitchPreference
79 android:key="display_color_enhance"
80 android:title="@string/live_display_enhance_color_title"
81 android:summary="@string/live_display_enhance_color_summary"
82 android:defaultValue="@*cyanogenmod.platform:bool/config_defaultColorEnhancement" />
83
84 </PreferenceCategory>
85
86</PreferenceScreen>