Change the order of dark theme options to match night light

Fixes: 159030764
Test: manually go to display -> dark theme
Change-Id: I71ab1d0699a9c7a4a873453321a3dca640a892b9
This commit is contained in:
Jay Aliomer
2020-06-25 23:30:38 -04:00
parent 72dac6e5be
commit d96f81ac8c

View File

@@ -104,10 +104,10 @@
<string-array name="dark_ui_scheduler_preference_titles">
<!-- 0: None -->
<item>@string/dark_ui_auto_mode_never</item>
<!-- 1: Auto -->
<item>@string/dark_ui_auto_mode_auto</item>
<!-- 2: Custom -->
<!-- 1: Custom -->
<item>@string/dark_ui_auto_mode_custom</item>
<!-- 2: Auto -->
<item>@string/dark_ui_auto_mode_auto</item>
</string-array>
<!-- Security settings. The delay after screen is turned off until device locks.