Rewrote Theme

This commit is contained in:
NoodleMage
2016-03-12 14:22:40 +01:00
committed by NoodleMage
parent 98d420d5aa
commit 5ef5f9b45f
112 changed files with 1078 additions and 1536 deletions

View File

@@ -16,6 +16,14 @@
android:defaultValue="0"
android:summary="%s"/>
<eu.kanade.tachiyomi.widget.preference.IntListPreference
android:title="@string/pref_theme"
android:key="@string/pref_theme_key"
android:entries="@array/themes"
android:entryValues="@array/themes_values"
android:defaultValue="1"
android:summary="%s"/>
<SwitchPreferenceCompat
android:key="@string/pref_update_only_non_completed_key"
android:title="@string/pref_update_only_non_completed"