Fixes #3473 Changed Names and Order or Theme Options (#3556)

This commit is contained in:
Madhur Gupta 2020-03-20 14:30:28 +01:00 committed by GitHub
parent c972f74fad
commit efc6fa6211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -36,14 +36,14 @@
</array>
<array name="pref_theme_entries">
<item>@string/theme_default_name</item>
<item>@string/theme_dark_name</item>
<item>@string/theme_light_name</item>
<item>@string/theme_dark_name</item>
<item>@string/theme_default_name</item>
</array>
<string-array name="pref_theme_entries_values">
<item>0</item>
<item>1</item>
<item>2</item>
<item>1</item>
<item>0</item>
</string-array>
</resources>