Add color temperature preference to Night Display

Bug: 32463283
Test: make RunSettingsRoboTests
Change-Id: Ibf3cf9af05b44a071603d3d7efa6e90ae00c823a
This commit is contained in:
Christine Franks
2017-01-24 16:12:24 -08:00
parent 92ae1f2d8e
commit c53ab43d94
7 changed files with 246 additions and 72 deletions

View File

@@ -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>