Added thanks to unDraw for illustrations

This commit is contained in:
CappielloAntonio 2022-01-15 17:09:23 +01:00
parent 8889fc51c1
commit 7b5842da12
3 changed files with 26 additions and 7 deletions

View file

@ -129,5 +129,13 @@
android:action="android.intent.action.VIEW"
android:data="@string/settings_github_link" />
</Preference>
<Preference
app:summary="@string/undraw_thanks"
app:title="@string/undraw_page">
<intent
android:action="android.intent.action.VIEW"
android:data="@string/undraw_url" />
</Preference>
</PreferenceCategory>
</PreferenceScreen>