Fully manga list fragments to AdapterDelegates and mvvm

This commit is contained in:
Koitharu
2020-11-20 20:07:57 +02:00
parent 7e76e10591
commit 971f708e45
18 changed files with 203 additions and 135 deletions

View File

@@ -20,10 +20,11 @@
android:title="@string/black_dark_theme"
app:iconSpaceReserved="false" />
<Preference
android:key="list_mode"
android:persistent="false"
<ListPreference
android:key="list_mode_2"
android:entries="@array/list_modes"
android:title="@string/list_mode"
app:useSimpleSummaryProvider="true"
app:allowDividerAbove="true"
app:iconSpaceReserved="false" />