Some changes in about section, fix links

This commit is contained in:
Zakhar Timoshenko
2021-08-03 20:11:18 +03:00
committed by Koitharu
parent 253f4abba1
commit eb5976a796
11 changed files with 34 additions and 75 deletions

View File

@@ -37,7 +37,6 @@
app:title="@string/about_support_developer" />
<Preference
android:fragment="org.koitharu.kotatsu.settings.about.GratitudesFragment"
app:iconSpaceReserved="false"
app:key="about_gratitudes"
app:summary="@string/about_gratitudes_summary"
@@ -66,11 +65,11 @@
app:title="@string/about_copyright_and_licenses">
<Preference
android:fragment="org.koitharu.kotatsu.settings.about.CopyrightFragment"
app:icon="@drawable/ic_copyright"
android:fragment="org.koitharu.kotatsu.settings.about.LicenseFragment"
app:icon="@drawable/ic_copyleft"
app:iconSpaceReserved="false"
app:key="about_copyright"
app:title="@string/about_copyright" />
app:key="about_license"
app:title="@string/about_license" />
</PreferenceCategory>