(FIX #522) add thumbnail for twilio
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
47577b0646
commit
4db6ebdf11
2 changed files with 13 additions and 0 deletions
|
@ -237,6 +237,7 @@ public class EntryThumbnail {
|
|||
TurboTax(R.drawable.thumb_turbotax),
|
||||
Tutanota(R.drawable.thumb_tutanota),
|
||||
TUWien(R.drawable.thumb_tuwien_ac_at),
|
||||
Twilio(R.drawable.thumb_twilio),
|
||||
Twitch(R.drawable.thumb_twitch),
|
||||
Twitter(R.drawable.thumb_twitter),
|
||||
Uber(R.drawable.thumb_uber),
|
||||
|
|
12
app/src/main/res/drawable/thumb_twilio.xml
Normal file
12
app/src/main/res/drawable/thumb_twilio.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="200dp"
|
||||
android:height="200dp"
|
||||
android:viewportWidth="20.48"
|
||||
android:viewportHeight="20.48">
|
||||
<path
|
||||
android:pathData="m10.24,17.7814c-4.165,0 -7.5414,-3.3764 -7.5414,-7.5413 0,-4.165 3.3764,-7.5413 7.5414,-7.5413 4.1649,0 7.5412,3.3763 7.5412,7.5413 0,4.1649 -3.3763,7.5413 -7.5412,7.5413zM10.24,0C4.5846,0 0,4.5847 0,10.24 0,15.8954 4.5846,20.48 10.24,20.48c5.6553,0 10.24,-4.5846 10.24,-10.24 0,-5.6553 -4.5846,-10.24 -10.24,-10.24z"
|
||||
android:fillColor="#cf272d"/>
|
||||
<path
|
||||
android:pathData="m10.661,7.6897c0,-1.1759 0.9533,-2.1291 2.1292,-2.1291 1.1759,0 2.1291,0.9533 2.1291,2.1291 0,1.176 -0.9532,2.1292 -2.1291,2.1292 -1.1759,0 -2.1292,-0.9532 -2.1292,-2.1292m0,5.1005c0,-1.1759 0.9533,-2.1292 2.1292,-2.1292 1.1759,0 2.1291,0.9534 2.1291,2.1292 0,1.1759 -0.9532,2.1292 -2.1291,2.1292 -1.1759,0 -2.1292,-0.9533 -2.1292,-2.1292m-5.1004,0c0,-1.1759 0.9534,-2.1292 2.1292,-2.1292 1.1759,0 2.1292,0.9534 2.1292,2.1292 0,1.1759 -0.9533,2.1292 -2.1292,2.1292 -1.1759,0 -2.1292,-0.9533 -2.1292,-2.1292m0,-5.1004c0,-1.1759 0.9534,-2.1291 2.1292,-2.1291 1.1759,0 2.1292,0.9532 2.1292,2.1291 0,1.176 -0.9533,2.1292 -2.1292,2.1292 -1.1759,0 -2.1292,-0.9532 -2.1292,-2.1292"
|
||||
android:fillColor="#cf272d"/>
|
||||
</vector>
|
Loading…
Reference in a new issue