Merge pull request #663 from philipreimer/662-thumbnail-mattermost
closes #662
This commit is contained in:
commit
9df2a94e56
2 changed files with 18 additions and 0 deletions
|
@ -217,6 +217,7 @@ public class EntryThumbnail {
|
|||
Mapbox(R.drawable.thumb_mapbox),
|
||||
Mastodon(R.drawable.thumb_mastodon),
|
||||
Matomo(R.drawable.thumb_matomo),
|
||||
Mattermost(R.drawable.thumb_mattermost),
|
||||
Mediawiki(R.mipmap.thumb_mediawiki, AssetType.Bitmap),
|
||||
Mega(R.drawable.thumb_mega),
|
||||
MercadoLibre(R.drawable.thumb_mercadolibre),
|
||||
|
|
17
app/src/main/res/drawable/thumb_mattermost.xml
Normal file
17
app/src/main/res/drawable/thumb_mattermost.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="200.0042dp"
|
||||
android:height="200dp"
|
||||
android:viewportWidth="666.667"
|
||||
android:viewportHeight="666.653">
|
||||
<path
|
||||
android:fillColor="#3957af"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M529.21,63.61l3.50,70.75c57.36,63.36 79.99,153.10 51.44,237.44C541.54,497.71 401.00,563.9 270.26,519.63 139.51,475.37 68.07,337.43 110.69,211.53 139.34,126.90 212.22,69.26 296.64,54L342.24,0.11c-142.28,-3.85 -276.53,84.46 -324.56,226.35 -59.01,174.32 34.46,363.48 208.79,422.50C400.80,707.98 589.96,614.5 648.98,440.17c47.95,-141.65 -4.78,-293.10 -119.76,-376.56" />
|
||||
<path
|
||||
android:fillColor="#3957af"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M447.49,272.37l-2.41,-98.90 -1.93,-56.91 -1.31,-49.30s0.27,-23.77 -0.55,-29.36a9.14,9.14 0,0 0,-0.98 -2.96l-0.16,-0.34 -0.18,-0.30c-0.91,-1.56 -2.34,-2.84 -4.2,-3.47 -1.89,-0.64 -3.85,-0.48 -5.56,0.25l-0.10,0.03a8.47,8.47 0,0 0,-0.59 0.30,9.11 9.11,0 0,0 -2.43,1.68c-4.05,3.93 -18.27,22.98 -18.27,22.98l-30.99,38.37 -36.11,44.03 -61.99,77.10s-28.45,35.50 -22.16,79.21c6.28,43.70 38.78,64.99 63.99,73.53 25.20,8.53 63.95,11.35 95.49,-19.54 31.54,-30.9 30.51,-76.38 30.51,-76.38" />
|
||||
<path
|
||||
android:fillColor="#a0bde7"
|
||||
android:pathData="M665.53,666.65h-4.84c-0.57,0 -1.08,-0.46 -1.12,-1.04l-1.65,-21.23 -6.83,15.35c-0.18,0.43 -0.57,0.68 -1.04,0.68h-4.33c-0.43,0 -0.83,-0.25 -1.05,-0.68l-6.78,-15.42 -1.62,21.31a1.13,1.13 0,0 1,-1.12 1.04h-4.87c-0.32,0 -0.61,-0.14 -0.82,-0.36a1.30,1.30 0,0 1,-0.32 -0.86l2.81,-34.71a1.13,1.13 0,0 1,1.12 -1.04h5.12c0.47,0 0.86,0.28 1.04,0.68l7.94,18.78c0.25,0.58 0.50,1.23 0.72,1.84 0.25,-0.61 0.47,-1.26 0.72,-1.84l7.98,-18.78a1.15,1.15 0,0 1,1.04 -0.68h5.09c0.61,0 1.12,0.46 1.15,1.04l2.78,34.71c0.03,0.32 -0.07,0.61 -0.28,0.86a1.18,1.18 0,0 1,-0.83 0.36m-52.19,0h-4.87a1.14,1.14 0,0 1,-1.15 -1.15v-29.33h-10.72c-0.65,0 -1.15,-0.50 -1.15,-1.11v-4.22c0,-0.65 0.50,-1.15 1.15,-1.15h28.64a1.16,1.16 0,0 1,1.15 1.15v4.22c0,0.61 -0.53,1.11 -1.15,1.11h-10.76v29.33c0,0.65 -0.50,1.15 -1.12,1.15" />
|
||||
</vector>
|
Loading…
Reference in a new issue