add thumbnail for Infomaniak
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
d324e47011
commit
3f5fff86ef
2 changed files with 11 additions and 0 deletions
|
@ -181,6 +181,7 @@ public class EntryThumbnail {
|
|||
IBM(R.drawable.thumb_ibm),
|
||||
Iconomi(R.drawable.thumb_iconomi),
|
||||
IFTTT(R.drawable.thumb_ifttt),
|
||||
Infomaniak(R.drawable.thumb_infomaniak),
|
||||
Instagram(R.drawable.thumb_instagram),
|
||||
INWX(R.drawable.thumb_inwx),
|
||||
Itchio(R.drawable.thumb_itchio),
|
||||
|
|
10
app/src/main/res/drawable/thumb_infomaniak.xml
Normal file
10
app/src/main/res/drawable/thumb_infomaniak.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="169.27dp"
|
||||
android:height="200dp"
|
||||
android:viewportWidth="169.27"
|
||||
android:viewportHeight="200">
|
||||
<path
|
||||
android:fillColor="#0098ff"
|
||||
android:pathData="M0,0H56.42V102.79L97.76,54.74H166.48L114.52,105.58 169.27,200H106.70L77.65,141.89 56.42,162.01V200H0Z"
|
||||
android:strokeWidth="5.58" />
|
||||
</vector>
|
Loading…
Reference in a new issue