diff --git a/res/values/strings.xml b/res/values/strings.xml index b865025d450..cecf9b80905 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5623,10 +5623,11 @@ Dim screen beyond your phone\u2019s minimum brightness Dim screen beyond your tablet\u2019s minimum brightness + + Make your screen dimmer so it\u2019s more comfortable to read -
- This can be helpful when: +
  • \u00a0Your phone\u2019s default minimum brightness is still too bright
  • \u00a0You\u2019re using your phone in dark situations, like at night or in a dark room before bed
  • @@ -5635,8 +5636,7 @@
    -
    - This can be helpful when: +
  • \u00a0Your tablet\u2019s default minimum brightness is still too bright
  • \u00a0You\u2019re using your tablet in dark situations, like at night or in a dark room before bed
  • diff --git a/src/com/android/settings/accessibility/ToggleReduceBrightColorsPreferenceFragment.java b/src/com/android/settings/accessibility/ToggleReduceBrightColorsPreferenceFragment.java index 973e27cd616..1e2e9e56909 100644 --- a/src/com/android/settings/accessibility/ToggleReduceBrightColorsPreferenceFragment.java +++ b/src/com/android/settings/accessibility/ToggleReduceBrightColorsPreferenceFragment.java @@ -68,6 +68,7 @@ public class ToggleReduceBrightColorsPreferenceFragment extends ToggleFeaturePre mComponentName = REDUCE_BRIGHT_COLORS_COMPONENT_NAME; mPackageName = getText(R.string.reduce_bright_colors_preference_title); mHtmlDescription = getText(R.string.reduce_bright_colors_preference_subtitle); + mTopIntroTitle = getText(R.string.reduce_bright_colors_preference_intro_text); mRbcIntensityPreferenceController = new ReduceBrightColorsIntensityPreferenceController(getContext(), KEY_INTENSITY); mRbcPersistencePreferenceController =