Reorganize settings

This commit is contained in:
Koitharu
2023-02-10 21:44:45 +02:00
parent 2acbff487e
commit ea9ae2263c
13 changed files with 228 additions and 182 deletions

View File

@@ -56,15 +56,9 @@
android:valueTo="5"
app:defaultValue="2" />
<Preference
android:key="sync"
android:persistent="false"
android:summary="@string/sync_title"
android:title="@string/sync"
app:allowDividerAbove="true" />
<PreferenceScreen
android:fragment="org.koitharu.kotatsu.settings.backup.BackupSettingsFragment"
android:title="@string/backup_restore" />
android:title="@string/backup_restore"
app:allowDividerAbove="true" />
</PreferenceScreen>