(FIX #716) add thumbnail for MalwareTips
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
d654c17785
commit
6110dacc89
2 changed files with 13 additions and 0 deletions
|
@ -225,6 +225,7 @@ public class EntryThumbnail {
|
|||
Mailcow(R.drawable.thumb_mailcow),
|
||||
Mailgun(R.drawable.thumb_mailgun),
|
||||
Mailru(R.drawable.thumb_mailru),
|
||||
Malwaretips(R.drawable.thumb_malwaretips),
|
||||
Mapbox(R.drawable.thumb_mapbox),
|
||||
Mastodon(R.drawable.thumb_mastodon),
|
||||
Matomo(R.drawable.thumb_matomo),
|
||||
|
|
12
app/src/main/res/drawable/thumb_malwaretips.xml
Normal file
12
app/src/main/res/drawable/thumb_malwaretips.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="183.95dp"
|
||||
android:height="200dp"
|
||||
android:viewportWidth="183.95"
|
||||
android:viewportHeight="200">
|
||||
<path
|
||||
android:fillColor="#1b967e"
|
||||
android:pathData="M181.74,0 L143.61,29.04L112.95,29.04L112.95,52.70L91.17,69.08 69.38,52.70L69.38,29.04L38.72,29.04L0.59,0ZM91.17,154.91 L112.95,138.61l0,50.54c-6.72,3.34 -14.52,7.69 -21.78,10.84C83.91,196.86 76.11,192.44 69.38,189.10l0,-50.54z" />
|
||||
<path
|
||||
android:fillColor="#1b967e"
|
||||
android:pathData="m142.00,117.28 l41.95,-31.62l0,23.54c0,18.05 -9.55,34.98 -24.75,49.60A142.56,142.56 45,0 1,142.00 172.79ZM183.96,19.68 L91.98,89.23 0,19.68l0,45.18l91.98,69.55 91.98,-69.55zM41.95,117.28l0,55.49A139.53,139.53 135,0 1,24.77 158.80C9.55,144.18 0,127.25 0,109.19l0,-23.54z" />
|
||||
</vector>
|
Loading…
Reference in a new issue