Add mixer and tumblr
This commit is contained in:
parent
d9fb3266bc
commit
b855a47d9f
4 changed files with 29 additions and 6 deletions
|
@ -55,6 +55,7 @@ public class EntryThumbnail {
|
||||||
Mailgun(R.drawable.thumb_mailgun),
|
Mailgun(R.drawable.thumb_mailgun),
|
||||||
Mastodon(R.drawable.thumb_mastodon),
|
Mastodon(R.drawable.thumb_mastodon),
|
||||||
Microsoft(R.drawable.thumb_microsoft),
|
Microsoft(R.drawable.thumb_microsoft),
|
||||||
|
Mixer(R.drawable.thumb_mixer),
|
||||||
NextCloud(R.drawable.thumb_nextcloud),
|
NextCloud(R.drawable.thumb_nextcloud),
|
||||||
Nintendo(R.drawable.thumb_nintendo),
|
Nintendo(R.drawable.thumb_nintendo),
|
||||||
Origin(R.drawable.thumb_origin),
|
Origin(R.drawable.thumb_origin),
|
||||||
|
@ -69,6 +70,7 @@ public class EntryThumbnail {
|
||||||
Stripe(R.drawable.thumb_stripe),
|
Stripe(R.drawable.thumb_stripe),
|
||||||
Synology(R.drawable.thumb_synology),
|
Synology(R.drawable.thumb_synology),
|
||||||
TeamViewer(R.drawable.thumb_teamviewer),
|
TeamViewer(R.drawable.thumb_teamviewer),
|
||||||
|
Tumblr(R.drawable.thumb_tumblr),
|
||||||
Twitch(R.drawable.thumb_twitch),
|
Twitch(R.drawable.thumb_twitch),
|
||||||
Twitter(R.drawable.thumb_twitter),
|
Twitter(R.drawable.thumb_twitter),
|
||||||
Ubisoft(R.drawable.thumb_ubisoft),
|
Ubisoft(R.drawable.thumb_ubisoft),
|
||||||
|
|
|
@ -1,9 +1,21 @@
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:width="256dp"
|
android:width="235dp"
|
||||||
android:height="239dp"
|
android:height="200dp"
|
||||||
android:viewportWidth="256.0"
|
android:viewportWidth="235.45"
|
||||||
android:viewportHeight="239.0">
|
android:viewportHeight="200.0">
|
||||||
<path
|
<path
|
||||||
android:pathData="M52.07,90.87L0,49.17L75.31,0L128,43.98L52.07,90.87L128,137.76L75.31,181.74L0,132.57L52.07,90.87L52.07,90.87ZM128,137.76L180.69,181.74L256,132.57L203.93,90.87L128,137.76ZM256,49.17L180.7,0L128,43.98L203.93,90.87L256,49.17ZM128.15,147.22L75.31,191.08L52.69,176.31L52.69,192.86L128.15,238.12L203.62,192.86L203.62,176.31L181.01,191.08L128.15,147.22Z"
|
android:fillColor="#007EE5"
|
||||||
android:fillColor="#007EE5"/>
|
android:pathData="M58.86,0l-58.86,37.5l58.86,37.5l58.87,-37.5l-58.87,-37.5z"/>
|
||||||
|
<path
|
||||||
|
android:fillColor="#007EE5"
|
||||||
|
android:pathData="M176.59,0l-58.86,37.5l58.86,37.5l58.86,-37.5l-58.86,-37.5z"/>
|
||||||
|
<path
|
||||||
|
android:fillColor="#007EE5"
|
||||||
|
android:pathData="M0,112.5l58.86,37.5l58.87,-37.5l-58.87,-37.5l-58.86,37.5z"/>
|
||||||
|
<path
|
||||||
|
android:fillColor="#007EE5"
|
||||||
|
android:pathData="M176.59,75l-58.86,37.5l58.86,37.5l58.86,-37.5l-58.86,-37.5z"/>
|
||||||
|
<path
|
||||||
|
android:fillColor="#007EE5"
|
||||||
|
android:pathData="M58.86,162.5l58.87,37.5l58.86,-37.5l-58.86,-37.5l-58.87,37.5z"/>
|
||||||
</vector>
|
</vector>
|
||||||
|
|
5
app/src/main/res/drawable/thumb_mixer.xml
Normal file
5
app/src/main/res/drawable/thumb_mixer.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<vector android:height="256dp" android:viewportHeight="512.0"
|
||||||
|
android:viewportWidth="512.0" android:width="256dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<path android:fillColor="#03214F" android:pathData="M116,77.7c-15.8,-21.3 -46.7,-24.6 -66.9,-6.4c-17.4,16 -18.8,43.1 -4.7,62.2l91,121.9L43.9,378.5c-14.1,19.1 -13,46.2 4.7,62.2c20.2,18.3 51.2,14.9 66.9,-6.4l127.7,-171.7c3,-4.2 3,-9.9 0,-14.1L116,77.7z"/>
|
||||||
|
<path android:fillColor="#1FBAED" android:pathData="M396.4,77.7c15.8,-21.3 46.7,-24.6 66.9,-6.4c17.4,16 18.8,43.1 4.7,62.2l-91,121.9l91.5,123c14.1,19.1 13,46.2 -4.7,62.2c-20.2,18.3 -51.2,14.9 -66.9,-6.4L269.5,262.4c-3,-4.2 -3,-9.9 0,-14.1L396.4,77.7z"/>
|
||||||
|
</vector>
|
4
app/src/main/res/drawable/thumb_tumblr.xml
Normal file
4
app/src/main/res/drawable/thumb_tumblr.xml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<vector android:height="256dp" android:viewportHeight="1024.0"
|
||||||
|
android:viewportWidth="1024.0" android:width="256dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<path android:fillColor="#FF000000" android:pathData="M702.8,799.6C680.6,823.3 629.1,839.4 583,840.2l-5.1,0c-154.8,0 -188.5,-113.8 -188.5,-180.3V475.3h-61a12.8,12.8 0,0 1,-12.8 -12.8V375.3a21.7,21.7 0,0 1,14.5 -20.5c79.5,-28 104.4,-97.4 108.1,-150.1 1,-14.1 8.4,-20.9 20.6,-20.9h90.9a12.8,12.8 0,0 1,12.8 12.8V344.3H669A12.8,12.8 0,0 1,681.8 357V461.8A12.8,12.8 0,0 1,669 474.5H562.1V645.3c0,42.9 28.3,54.7 45.7,54.7 16.7,-0.4 33.2,-5.5 41.5,-8.8 6.1,-2.5 11.5,-4.1 16.3,-2.9 4.5,1.1 7.4,4.3 9.4,10.1l28.2,82.4C705.5,787.4 707.5,794.5 702.8,799.6Z"/>
|
||||||
|
</vector>
|
Loading…
Reference in a new issue