Add gray reader background option (closes #3019)

This commit is contained in:
arkon
2020-05-01 21:40:36 -04:00
parent abf2d4b718
commit 1ab07d169d
6 changed files with 15 additions and 11 deletions

View File

@@ -24,13 +24,15 @@
</string-array>
<string-array name="reader_themes">
<item>@string/white_background</item>
<item>@string/black_background</item>
<item>@string/gray_background</item>
<item>@string/white_background</item>
</string-array>
<string-array name="reader_themes_values">
<item>0</item>
<item>1</item>
<item>2</item>
<item>0</item>
</string-array>
<string-array name="image_decoders">