Add color temperature preference to Night Display
Bug: 32463283 Test: make RunSettingsRoboTests Change-Id: Ibf3cf9af05b44a071603d3d7efa6e90ae00c823a
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/night_display_title">
|
||||
|
||||
<PreferenceCategory
|
||||
@@ -44,6 +43,10 @@
|
||||
android:key="night_display_activated"
|
||||
android:title="@string/night_display_title" />
|
||||
|
||||
<com.android.settings.SeekBarPreference
|
||||
android:key="night_display_temperature"
|
||||
android:title="@string/night_display_temperature_title"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user