(FIX #724) add thumbnail for Sourcehut

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2021-05-02 14:51:12 +02:00
parent 75465103af
commit 6a9840c90c
No known key found for this signature in database
GPG key ID: 7E6F98FFADBEFD39
2 changed files with 10 additions and 0 deletions

View file

@ -354,6 +354,7 @@ public class EntryThumbnail {
SOGo(R.drawable.thumb_sogo),
Sophos(R.drawable.thumb_sophos),
SourceForge(R.drawable.thumb_sourceforge),
Sourcehut(R.drawable.thumb_sourcehut),
Squarespace(R.drawable.thumb_squarespace),
Stack(R.drawable.thumb_stack),
StandardNotes(R.drawable.thumb_standardnotes),

View file

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="150dp"
android:height="150dp"
android:viewportWidth="150"
android:viewportHeight="150">
<path
android:fillColor="#FF000000"
android:pathData="M75,0C33.56,0 0,33.56 0,75c0,41.43 33.56,75 75,75 41.43,0 75,-33.56 75,-75C150,33.56 116.43,0 75,0ZM75,135.48C41.58,135.48 14.51,108.41 14.51,75 14.51,41.58 41.58,14.51 75,14.51c33.41,0 60.48,27.06 60.48,60.48 0,33.41 -27.06,60.48 -60.48,60.48z" />
</vector>