Grid mode option for sources list

This commit is contained in:
Koitharu
2023-02-05 08:03:42 +02:00
parent 1daa02af52
commit 85d09dc48c
16 changed files with 241 additions and 28 deletions

View File

@@ -9,10 +9,16 @@
android:key="remote_sources"
android:title="@string/remote_sources" />
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="sources_grid"
android:title="@string/show_in_grid_view" />
<PreferenceScreen
android:fragment="org.koitharu.kotatsu.settings.SuggestionsSettingsFragment"
android:key="suggestions"
android:title="@string/suggestions" />
android:title="@string/suggestions"
app:allowDividerAbove="true" />
<ListPreference
android:entries="@array/doh_providers"