Merge pull request #781 from sonrohan/master

EntryThumbnail: Add Code42 thumb
This commit is contained in:
Jakob Nixdorf 2021-04-23 20:30:34 +02:00 committed by GitHub
commit caae5edf3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -132,6 +132,7 @@ public class EntryThumbnail {
Cloudinary(R.drawable.thumb_cloudinary),
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>