Skip to content

Commit

Permalink
(FIX andOTP#834) add thumbnail for CoinDCX
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
  • Loading branch information
ziegenberg committed Jun 5, 2021
1 parent 87a702e commit 5e4376d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public enum EntryThumbnails {
Codeberg(R.drawable.thumb_codeberg),
Codegiant(R.drawable.thumb_codegiant),
Coinbase(R.drawable.thumb_coinbase),
CoinDCX(R.drawable.thumb_coindcx),
CoinJar(R.drawable.thumb_coinjar),
CoinTracker(R.drawable.thumb_cointracker),
ComputerBase(R.drawable.thumb_computerbase),
Expand Down
26 changes: 26 additions & 0 deletions app/src/main/res/drawable/thumb_coindcx.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="57.58dp"
android:height="40.02dp"
android:viewportWidth="57.58"
android:viewportHeight="40.02">
<path
android:fillColor="#fa4b29"
android:pathData="m13.32,31.34a12.62,12.62 0,0 1,5.84 -6.66l4.6,2.66c1.84,1.05 1.46,3.97 -0.18,4.93l-9.39,5.44a1.1,1.1 0,0 1,-1.62 -0.85,12.96 12.96,0 0,1 0.74,-5.51z" />
<path
android:fillColor="#fa9f29"
android:pathData="m27.97,18.9a4.82,4.82 0,0 0,-2.15 -4L0,0a24.98,24.98 0,0 0,12.22 20.68l11.52,6.67c1.83,1.05 1.46,4.01 -0.18,4.93l2.89,-1.67A2.96,2.96 0,0 0,27.93 28.05v-3.4c-0.00,-0.06 0.04,-5.75 0.04,-5.75z" />
<path
android:fillAlpha="0.2"
android:fillColor="#F000"
android:pathData="m23.75,27.35 l-4.6,-2.66a55.28,55.28 0,0 1,4.04 3.78c1.07,1.23 0.36,3.81 0.36,3.81 1.65,-0.92 2.02,-3.87 0.18,-4.93z" />
<path
android:fillColor="#fa4b29"
android:pathData="m44.25,8.68a12.62,12.62 0,0 1,-5.84 6.66l-4.6,-2.66C31.97,11.63 32.34,8.71 33.99,7.75l9.39,-5.44a1.10,1.10 0,0 1,1.62 0.85,12.97 12.97,0 0,1 -0.74,5.51z" />
<path
android:fillColor="#fa9f29"
android:pathData="m29.60,21.12a4.82,4.82 0,0 0,2.15 4l25.82,14.9A24.98,24.98 0,0 0,45.36 19.34L33.83,12.66C32.00,11.60 32.37,8.65 34.01,7.73l-2.89,1.67a2.96,2.96 0,0 0,-1.47 2.56v3.4c0.00,0.06 -0.04,5.75 -0.04,5.75z" />
<path
android:fillAlpha="0.2"
android:fillColor="#F000"
android:pathData="m33.83,12.68 l4.6,2.66A55.33,55.33 0,0 1,34.38 11.56C33.31,10.32 34.02,7.74 34.02,7.74 32.37,8.66 32.00,11.62 33.83,12.68Z" />
</vector>

0 comments on commit 5e4376d

Please sign in to comment.