Updated on 2026-08-14
This commit is contained in:
parent
bbd0c7927d
commit
4534ceb54b
10 changed files with 57 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ fun getActiveIconRes(blockchainId: String): Int {
|
|||
"pepecoin", "pepecoin/test" -> R.drawable.img_pepecoin_22
|
||||
"hyperliquid", "hyperliquid/test" -> R.drawable.img_hyperliquid_22
|
||||
"quai", "quai/test" -> R.drawable.img_quai_22
|
||||
"linea", "linea/test" -> R.drawable.img_linea_22
|
||||
else -> R.drawable.ic_alert_24
|
||||
}
|
||||
}
|
||||
|
|
@ -190,6 +191,7 @@ fun getActiveIconResByCoinId(coinId: String): Int {
|
|||
"pepecoin-network", "pepecoin-network/test" -> R.drawable.img_pepecoin_22
|
||||
"hyperliquid", "hyperliquid/test" -> R.drawable.img_hyperliquid_22
|
||||
"quai", "quai/test" -> R.drawable.img_quai_22
|
||||
"linea", "linea/test" -> R.drawable.img_linea_22
|
||||
else -> R.drawable.ic_alert_24
|
||||
}
|
||||
}
|
||||
|
|
@ -287,6 +289,7 @@ fun getGreyedOutIconRes(blockchainId: String): Int {
|
|||
"pepecoin", "pepecoin/test" -> R.drawable.ic_pepecoin_22
|
||||
"hyperliquid", "hyperliquid/test" -> R.drawable.ic_hyperliquid_22
|
||||
"quai", "quai/test" -> R.drawable.ic_quai_22
|
||||
"linea", "linea/test" -> R.drawable.ic_linea_22
|
||||
else -> R.drawable.ic_alert_24
|
||||
}
|
||||
}
|
||||
15
core/ui/src/main/res/drawable/ic_linea_22.xml
Normal file
15
core/ui/src/main/res/drawable/ic_linea_22.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="22dp"
|
||||
android:height="22dp"
|
||||
android:viewportWidth="22"
|
||||
android:viewportHeight="22">
|
||||
<group>
|
||||
<clip-path android:pathData="M15.573,6H6V16H15.573V6Z" />
|
||||
<path
|
||||
android:fillColor="#121212"
|
||||
android:pathData="M13.951,16H6V7.623H7.819V14.376H13.951V15.999V16Z" />
|
||||
<path
|
||||
android:fillColor="#121212"
|
||||
android:pathData="M13.95,9.245C14.847,9.245 15.573,8.519 15.573,7.623C15.573,6.727 14.847,6 13.95,6C13.054,6 12.328,6.727 12.328,7.623C12.328,8.519 13.054,9.245 13.95,9.245Z" />
|
||||
</group>
|
||||
</vector>
|
||||
26
core/ui/src/main/res/drawable/img_linea_22.xml
Normal file
26
core/ui/src/main/res/drawable/img_linea_22.xml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="22dp"
|
||||
android:height="22dp"
|
||||
android:viewportWidth="22"
|
||||
android:viewportHeight="22">
|
||||
<group>
|
||||
<clip-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"/>
|
||||
<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="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M0,0h22v22h-22z"
|
||||
android:fillColor="#61DFFF"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M15.573,6H6V16H15.573V6Z"/>
|
||||
<path
|
||||
android:pathData="M13.951,16H6V7.623H7.819V14.376H13.951V15.999V16Z"
|
||||
android:fillColor="#121212"/>
|
||||
<path
|
||||
android:pathData="M13.95,9.245C14.847,9.245 15.573,8.519 15.573,7.623C15.573,6.727 14.847,6 13.95,6C13.054,6 12.328,6.727 12.328,7.623C12.328,8.519 13.054,9.245 13.95,9.245Z"
|
||||
android:fillColor="#121212"/>
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue