(FIX #610) add thumbnail for cyon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
ed8dd4183d
commit
c86fb79a7c
2 changed files with 27 additions and 0 deletions
|
@ -94,6 +94,7 @@ public class EntryThumbnail {
|
||||||
ConnectWiseManage(R.drawable.thumb_connectwise_manage),
|
ConnectWiseManage(R.drawable.thumb_connectwise_manage),
|
||||||
CozyCloud(R.drawable.thumb_cozycloud),
|
CozyCloud(R.drawable.thumb_cozycloud),
|
||||||
Crowdin(R.drawable.thumb_crowdin),
|
Crowdin(R.drawable.thumb_crowdin),
|
||||||
|
Cyon(R.drawable.thumb_cyon),
|
||||||
Dashlane(R.drawable.thumb_dashlane),
|
Dashlane(R.drawable.thumb_dashlane),
|
||||||
Debian(R.drawable.thumb_debian),
|
Debian(R.drawable.thumb_debian),
|
||||||
Degiro(R.drawable.thumb_degiro),
|
Degiro(R.drawable.thumb_degiro),
|
||||||
|
|
26
app/src/main/res/drawable/thumb_cyon.xml
Normal file
26
app/src/main/res/drawable/thumb_cyon.xml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:aapt="http://schemas.android.com/aapt"
|
||||||
|
android:width="150dp"
|
||||||
|
android:height="110.99dp"
|
||||||
|
android:viewportWidth="150"
|
||||||
|
android:viewportHeight="110.99">
|
||||||
|
<path
|
||||||
|
android:fillType="evenOdd"
|
||||||
|
android:pathData="M0,48.43C0,21.73 20.17,0 44.99,0H150c0,41.33 -37.86,110.99 -94.02,110.99H0ZM86.53,38.19c0,9.78 -6.40,18.05 -14.81,20.65V33.37H49.09C51.36,24.21 59.15,17.42 68.36,17.42H86.53V38.19ZM65.76,67.23c0,13.05 -8.55,24.09 -19.78,27.56V60.82H15.80c3.08,-12.24 13.41,-21.28 25.71,-21.28h24.24v27.68z">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient
|
||||||
|
android:endX="-1.233"
|
||||||
|
android:endY="112.05"
|
||||||
|
android:startX="-1.233"
|
||||||
|
android:startY="-0.775"
|
||||||
|
android:type="linear">
|
||||||
|
<item
|
||||||
|
android:color="#FFF9A551"
|
||||||
|
android:offset="0" />
|
||||||
|
<item
|
||||||
|
android:color="#FFF47F20"
|
||||||
|
android:offset="1" />
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
</vector>
|
Loading…
Reference in a new issue