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>

View File

@@ -28,5 +28,6 @@
<color name="line_grey">@color/md_light_dividers</color>
<color name="light_grey">@color/md_grey_300</color>
<color name="page_number_background">#AAE9E9E9</color>
<color name="page_number_background_black">#AA252525</color>
<color name="reader_menu_background">@color/colorPrimarySuperDark</color>
</resources>

View File

@@ -14,6 +14,7 @@
<string name="pref_keep_screen_on_key">pref_keep_screen_on_key</string>
<string name="pref_custom_brightness_key">pref_custom_brightness_key</string>
<string name="pref_custom_brightness_value_key">pref_custom_brightness_value_key</string>
<string name="pref_reader_theme_key">pref_reader_theme_key</string>
<string name="pref_download_directory_key">pref_download_directory_key</string>
<string name="pref_download_slots_key">pref_download_slots_key</string>

View File

@@ -47,6 +47,9 @@
<string name="pref_enable_transitions">Enable transitions</string>
<string name="pref_show_page_number">Show page number</string>
<string name="pref_custom_brightness">Use custom brightness</string>
<string name="pref_reader_theme">Reader theme</string>
<string name="white_theme">White</string>
<string name="black_theme">Black</string>
<string name="pref_viewer_type">Default viewer</string>
<string name="default_viewer">Default</string>
<string name="left_to_right_viewer">Left to right</string>