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

@@ -14,6 +14,14 @@
android:summary="%s"
android:title="@string/pref_theme"/>
<eu.kanade.tachiyomi.widget.preference.IntListPreference
android:title="@string/pref_start_screen"
android:key="@string/pref_start_screen_key"
android:entries="@array/start_screen_selection"
android:entryValues="@array/start_screen_selection_values"
android:defaultValue="1"
android:summary="%s"/>
<eu.kanade.tachiyomi.widget.preference.SimpleDialogPreference
android:dialogLayout="@layout/pref_library_columns"
android:key="@string/pref_library_columns_dialog_key"