(FIX #767) add thumbnail for FTX
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
90ef3a35d1
commit
dff64846e8
2 changed files with 19 additions and 0 deletions
|
@ -179,6 +179,7 @@ public class EntryThumbnail {
|
||||||
Floatplane(R.drawable.thumb_floatplane),
|
Floatplane(R.drawable.thumb_floatplane),
|
||||||
Friendica(R.drawable.thumb_friendica),
|
Friendica(R.drawable.thumb_friendica),
|
||||||
Fritz(R.drawable.thumb_fritz),
|
Fritz(R.drawable.thumb_fritz),
|
||||||
|
FTX(R.drawable.thumb_ftx),
|
||||||
Galaxus(R.drawable.thumb_galaxus),
|
Galaxus(R.drawable.thumb_galaxus),
|
||||||
Gamepad(R.drawable.thumb_gamepad),
|
Gamepad(R.drawable.thumb_gamepad),
|
||||||
Gandi(R.drawable.thumb_gandi),
|
Gandi(R.drawable.thumb_gandi),
|
||||||
|
|
18
app/src/main/res/drawable/thumb_ftx.xml
Normal file
18
app/src/main/res/drawable/thumb_ftx.xml
Normal 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>
|
Loading…
Reference in a new issue