parent
8f88cd6d57
commit
44c22a7acb
2 changed files with 11 additions and 0 deletions
|
@ -103,6 +103,7 @@ public class EntryThumbnail {
|
||||||
Mapbox(R.drawable.thumb_mapbox),
|
Mapbox(R.drawable.thumb_mapbox),
|
||||||
Mastodon(R.drawable.thumb_mastodon),
|
Mastodon(R.drawable.thumb_mastodon),
|
||||||
Mediawiki(R.mipmap.thumb_mediawiki, AssetType.Bitmap),
|
Mediawiki(R.mipmap.thumb_mediawiki, AssetType.Bitmap),
|
||||||
|
Mega(R.drawable.thumb_mega),
|
||||||
Microsoft(R.drawable.thumb_microsoft),
|
Microsoft(R.drawable.thumb_microsoft),
|
||||||
Migadu(R.drawable.thumb_migadu),
|
Migadu(R.drawable.thumb_migadu),
|
||||||
Miraheze(R.drawable.thumb_miraheze),
|
Miraheze(R.drawable.thumb_miraheze),
|
||||||
|
|
10
app/src/main/res/drawable/thumb_mega.xml
Normal file
10
app/src/main/res/drawable/thumb_mega.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="256dp"
|
||||||
|
android:height="256dp"
|
||||||
|
android:viewportWidth="256"
|
||||||
|
android:viewportHeight="255.99998">
|
||||||
|
<path
|
||||||
|
android:pathData="M128,0C57.306,0 0,57.306 0,128 0,198.694 57.306,256 128,256 198.694,256 256,198.694 256,128 256,57.306 198.694,0 128,0ZM194.444,173.264c0,2.196 -1.771,3.967 -3.967,3.967h-16.717c-2.196,0 -3.967,-1.771 -3.967,-3.967v-51.498c0,-0.425 -0.496,-0.638 -0.85,-0.354l-35.418,35.418c-3.046,3.046 -8.075,3.046 -11.121,0L86.986,121.412c-0.283,-0.283 -0.85,-0.071 -0.85,0.354v51.498c0,2.196 -1.771,3.967 -3.967,3.967h-16.717c-2.196,0 -3.967,-1.771 -3.967,-3.967L61.485,82.736c0,-2.196 1.771,-3.967 3.967,-3.967h11.475c2.054,0 4.108,0.85 5.596,2.338l44.06,44.06c0.779,0.779 1.983,0.779 2.763,0l44.06,-44.06c1.488,-1.488 3.471,-2.338 5.596,-2.338h11.475c2.196,0 3.967,1.771 3.967,3.967z"
|
||||||
|
android:strokeWidth="0.70835638"
|
||||||
|
android:fillColor="#d9272e"/>
|
||||||
|
</vector>
|
Loading…
Reference in a new issue