Add support for Android 10 dark theme.
This is still untested please take a look.
This commit is contained in:
parent
df7cb7ab49
commit
752843a497
6 changed files with 48 additions and 12 deletions
|
@ -43,12 +43,12 @@
|
|||
<string-array name="pref_general_theme_list_titles">
|
||||
<item>@string/light_theme_name</item>
|
||||
<item>@string/dark_theme_name</item>
|
||||
<item>@string/black_theme_name</item>
|
||||
<item>Automatic</item>
|
||||
</string-array>
|
||||
<string-array name="pref_general_theme_list_values">
|
||||
<item>light</item>
|
||||
<item>dark</item>
|
||||
<item>black</item>
|
||||
<item>auto</item>
|
||||
</string-array>
|
||||
<string-array name="pref_grid_style_list_titles">
|
||||
<item>@string/normal_style</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue