Add a black background setting for the reader

This commit is contained in:
inorichi
2015-12-15 13:34:14 +01:00
parent 4630a5ed1a
commit e2795f5480
8 changed files with 58 additions and 3 deletions

View File

@@ -39,4 +39,15 @@
<item>75</item>
<item>100</item>
</string-array>
<string-array name="reader_themes">
<item>@string/white_theme</item>
<item>@string/black_theme</item>
</string-array>
<string-array name="reader_themes_values">
<item>0</item>
<item>1</item>
</string-array>
</resources>