(FIX #767) add thumbnail for FTX

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2021-03-14 14:52:10 +01:00
parent 90ef3a35d1
commit dff64846e8
No known key found for this signature in database
GPG key ID: 7E6F98FFADBEFD39
2 changed files with 19 additions and 0 deletions

View file

@ -179,6 +179,7 @@ public class EntryThumbnail {
Floatplane(R.drawable.thumb_floatplane),
Friendica(R.drawable.thumb_friendica),
Fritz(R.drawable.thumb_fritz),
FTX(R.drawable.thumb_ftx),
Galaxus(R.drawable.thumb_galaxus),
Gamepad(R.drawable.thumb_gamepad),
Gandi(R.drawable.thumb_gandi),

View file

@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="150dp"
android:height="130.40dp"
android:viewportWidth="149.99"
android:viewportHeight="130.40">
<path
android:fillColor="#5fcade"
android:pathData="M108.04,47.86H42.63v34.65h65.40v-0.00h11.89V47.87h-11.89z" />
<path
android:fillColor="#abebf4"
android:pathData="M42.63,130.40H77.29V95.75H42.63Z" />
<path
android:fillColor="#02a6c2"
android:pathData="M42.63,34.64H150V0H42.63Z" />
<path
android:fillColor="#5fcade"
android:pathData="M0,82.52H34.64V47.87H0Z" />
</vector>