Add theme settings

This commit is contained in:
Koitharu
2020-02-21 18:57:50 +02:00
parent 21c2a4aa9a
commit 2dc5840872
9 changed files with 63 additions and 4 deletions

View File

@@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="key_list_mode">list_mode</string>
<string name="key_theme">theme</string>
<string-array name="values_theme">
<item>-1</item>
<item>1</item>
<item>2</item>
</string-array>
</resources>