Merge "Fix dark theme and battery saver interaction" into qt-dev

am: ba5964d99d

Change-Id: I83ee0c60e08af8f2166eb3f01a30baa975a86600
This commit is contained in:
Salvador Martinez
2019-05-14 19:12:12 -07:00
committed by android-build-merger
3 changed files with 157 additions and 1 deletions

View File

@@ -10056,6 +10056,12 @@
<!-- [CHAR LIMIT=60] Name of setting that changes the UI to dark -->
<string name="dark_ui_mode">Dark Theme</string>
<!-- [CHAR LIMIT=60] Summary string on dark theme explaining why the toggle is disabled while the setting is still on-->
<string name="dark_ui_mode_disabled_summary_dark_theme_on">On / Temporarily disabled due to Battery Saver</string>
<!-- [CHAR LIMIT=60] Summary string on dark theme explaining why the toggle is disabled while the setting is off-->
<string name="dark_ui_mode_disabled_summary_dark_theme_off">Temporarily turned on due to Battery Saver</string>
<!-- [CHAR_LIMIT=NONE] Summary that is shown in the footer when dark mode is selected -->
<string name="dark_ui_settings_dark_summary">Supported apps will also switch to dark theme</string>