diff --git a/res/values/strings.xml b/res/values/strings.xml index 021e502d8ab..0e516f0222d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2139,7 +2139,11 @@ Night Light - Night Light tints your screen red at night. This makes it easier to look at your screen or read in dim light, and may help you fall asleep more easily. + Night Light tints your screen red. This makes it easier to look at your screen or read in dim light, and may help you fall asleep more easily. + + Schedule + + Status Turn on automatically diff --git a/res/xml/display_settings.xml b/res/xml/display_settings.xml index a89d687b97d..6f55982b9b0 100644 --- a/res/xml/display_settings.xml +++ b/res/xml/display_settings.xml @@ -36,6 +36,7 @@ android:key="night_display" android:title="@string/night_display_title" android:fragment="com.android.settings.display.NightDisplaySettings" + android:widgetLayout="@null" settings:keywords="@string/keywords_display_night_display" />