Add VK icon
This commit is contained in:
parent
acaa33c4ef
commit
e03044cefb
2 changed files with 14 additions and 0 deletions
|
@ -132,6 +132,7 @@ public class EntryThumbnail {
|
|||
Twitter(R.drawable.thumb_twitter),
|
||||
Ubisoft(R.drawable.thumb_ubisoft),
|
||||
UbuntuOne(R.drawable.thumb_ubuntu_one),
|
||||
VK(R.drawable.thumb_vk),
|
||||
Vultr(R.drawable.thumb_vultr),
|
||||
Wallabag(R.drawable.thumb_wallabag),
|
||||
Wallet(R.drawable.thumb_wallet),
|
||||
|
|
13
app/src/main/res/drawable/thumb_vk.xml
Normal file
13
app/src/main/res/drawable/thumb_vk.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="960dp"
|
||||
android:height="960dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960">
|
||||
|
||||
<path
|
||||
android:pathData="M180 32h664c82 0 148 66 148 148v664c0 82-66 148-148 148H180c-82 0-148-66-148-148V180C32 98 98 32 180 32"
|
||||
android:fillColor="#4c75a3" />
|
||||
<path
|
||||
android:pathData="M504 704h39s12-1 18-8c6-6 6-17 6-17s-1-53 23-61c24-7 55 51 88 74 25 17 44 13 44 13l88-1s45-3 24-39c-2-3-13-27-66-75-55-51-47-43 19-131 40-54 57-87 51-101-4-14-34-10-34-10l-99 1s-7-1-13 2c-5 3-8 10-8 10s-16 42-37 77c-44 75-61 79-69 74-16-10-12-43-12-66 0-73 11-103-21-111-11-2-19-4-47-4-35 0-65 0-82 8-11 6-19 18-14 19 6 1 21 4 29 14 10 14 10 45 10 45s6 85-14 96c-13 7-31-8-71-75-20-35-35-74-35-74s-3-7-8-11c-6-4-15-6-15-6l-94 1s-14 0-19 6-1 17-1 17 74 172 157 259c76 79 163 74 163 74"
|
||||
android:fillColor="#fff" />
|
||||
</vector>
|
Loading…
Reference in a new issue