Updated on 2026-08-14
This commit is contained in:
parent
cb5f018d2a
commit
e38ac4b0b8
7 changed files with 46 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ fun getActiveIconRes(blockchainId: String): Int {
|
|||
"DASH" -> R.drawable.img_dash_22
|
||||
"KAS" -> R.drawable.img_kaspa_22
|
||||
"The-Open-Network", "The-Open-Network/test" -> R.drawable.img_ton_22
|
||||
"KAVA", "KAVA/test" -> R.drawable.img_kava_22
|
||||
else -> R.drawable.ic_alert_24
|
||||
}
|
||||
}
|
||||
|
|
@ -74,6 +75,7 @@ fun getActiveIconResByCoinId(coinId: String, networkId: String): Int {
|
|||
"dash" -> R.drawable.img_dash_22
|
||||
"kaspa" -> R.drawable.img_kaspa_22
|
||||
"ton" -> R.drawable.img_ton_22
|
||||
"kava"-> R.drawable.img_kava_22
|
||||
else -> R.drawable.ic_alert_24
|
||||
}
|
||||
}
|
||||
13
core/ui/src/main/res/drawable/img_kava_22.xml
Normal file
13
core/ui/src/main/res/drawable/img_kava_22.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="22dp"
|
||||
android:height="22dp"
|
||||
android:viewportWidth="22"
|
||||
android:viewportHeight="22">
|
||||
<path
|
||||
android:pathData="M11,0L11,0A11,11 0,0 1,22 11L22,11A11,11 0,0 1,11 22L11,22A11,11 0,0 1,0 11L0,11A11,11 0,0 1,11 0z"
|
||||
android:fillColor="#FF433E"/>
|
||||
<path
|
||||
android:pathData="M7.052,6.009H8.795V16H7.052V6.009ZM9.741,11.001L13.565,15.993H15.747L11.984,11.001L15.747,6.009H13.565L9.741,11.001Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue