Added a startup screen preference option (#395)

* Added a startup screen preference option

* changed string and keys to be consistent
This commit is contained in:
Josh
2016-07-18 12:58:18 -05:00
committed by inorichi
parent f7bb356abd
commit 33b04427d5
7 changed files with 35 additions and 1 deletions

View File

@@ -144,4 +144,16 @@
<item>remove</item>
</string-array>
<string-array name="start_screen_selection">
<item>@string/label_library</item>
<item>@string/label_recent_manga</item>
<item>@string/label_recent_updates</item>
</string-array>
<string-array name="start_screen_selection_values">
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
</resources>