Add about section to settings, add some info stuff

This commit is contained in:
Zakhar Timoshenko
2021-08-03 18:10:09 +03:00
committed by Koitharu
parent 594c359f1c
commit 3a442817ce
18 changed files with 226 additions and 62 deletions

View File

@@ -84,4 +84,9 @@
android:title="@string/backup_restore"
app:iconSpaceReserved="false" />
<PreferenceScreen
android:fragment="org.koitharu.kotatsu.settings.about.AboutSettingsFragment"
android:title="@string/about"
app:iconSpaceReserved="false" />
</PreferenceScreen>