EntryThumbnail: Add Code42 thumb

This commit is contained in:
Rohan Harrison 2021-03-06 14:56:26 -08:00
parent cb53c80cd7
commit 4393c454de
2 changed files with 10 additions and 0 deletions

View file

@ -126,6 +126,7 @@ public class EntryThumbnail {
Cloudflare(R.drawable.thumb_cloudflare),
Clubhouse(R.drawable.thumb_clubhouse),
Cobranded(R.drawable.thumb_cobranded),
Code42(R.drawable.thumb_code42),
Codeberg(R.drawable.thumb_codeberg),
Codegiant(R.drawable.thumb_codegiant),
Coinbase(R.drawable.thumb_coinbase),

View file

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="120dp"
android:height="120dp"
android:viewportWidth="120"
android:viewportHeight="120">
<path
android:fillColor="#fe5000"
android:pathData="m60.1,90c-16.6,0 -30,-13.5 -30,-30.1 0,-16.6 13.5,-30 30.1,-30 13.7,0 25.6,9.3 29,22.6h31V0H0V120H120.2V67.4h-31C85.7,80.7 73.8,89.9 60.1,90"/>
</vector>