Updated on 2026-08-14
This commit is contained in:
commit
2b2a8e69eb
5 changed files with 202 additions and 6 deletions
|
|
@ -87,8 +87,8 @@ fun getActiveIconRes(blockchainId: String): Int {
|
|||
"fact0rn" -> R.drawable.img_fact0rn_22
|
||||
"odyssey", "odyssey/test" -> R.drawable.img_odyssey_chain_22
|
||||
"bitrock", "bitrock/test" -> R.drawable.img_bitrock_22
|
||||
"sonic", "sonic/test" -> R.drawable.ic_alert_24 // todo Sonic [REDACTED_TASK_KEY]
|
||||
"apechain", "apechain/test" -> R.drawable.ic_alert_24 // todo ApeChain [REDACTED_TASK_KEY]
|
||||
"sonic", "sonic/test" -> R.drawable.img_sonic_22
|
||||
"apechain", "apechain/test" -> R.drawable.img_apecoin_22
|
||||
else -> R.drawable.ic_alert_24
|
||||
}
|
||||
}
|
||||
|
|
@ -174,8 +174,8 @@ fun getActiveIconResByCoinId(coinId: String): Int {
|
|||
"fact0rn" -> R.drawable.img_fact0rn_22
|
||||
"odyssey", "odyssey/test" -> R.drawable.img_odyssey_chain_22
|
||||
"bitrock", "bitrock/test" -> R.drawable.img_bitrock_22
|
||||
"sonic", "sonic/test" -> R.drawable.ic_alert_24 // todo Sonic [REDACTED_TASK_KEY]
|
||||
"apechain", "apechain/test" -> R.drawable.ic_alert_24 // todo ApeChain [REDACTED_TASK_KEY]
|
||||
"sonic", "sonic/test" -> R.drawable.img_sonic_22
|
||||
"apechain", "apechain/test" -> R.drawable.img_apecoin_22
|
||||
else -> R.drawable.ic_alert_24
|
||||
}
|
||||
}
|
||||
|
|
@ -264,8 +264,8 @@ fun getGreyedOutIconRes(blockchainId: String): Int {
|
|||
"fact0rn" -> R.drawable.ic_fact0rn_22
|
||||
"odyssey", "odyssey/test" -> R.drawable.ic_odyssey_chain_22
|
||||
"bitrock", "bitrock/test" -> R.drawable.ic_bitrock_22
|
||||
"sonic", "sonic/test" -> R.drawable.ic_alert_24 // todo Sonic [REDACTED_TASK_KEY]
|
||||
"apechain", "apechain/test" -> R.drawable.ic_alert_24 // todo ApeChain [REDACTED_TASK_KEY]
|
||||
"sonic", "sonic/test" -> R.drawable.ic_sonic_22
|
||||
"apechain", "apechain/test" -> R.drawable.ic_apecoin_22
|
||||
else -> R.drawable.ic_alert_24
|
||||
}
|
||||
}
|
||||
78
core/ui/src/main/res/drawable/ic_apecoin_22.xml
Normal file
78
core/ui/src/main/res/drawable/ic_apecoin_22.xml
Normal file
File diff suppressed because one or more lines are too long
10
core/ui/src/main/res/drawable/ic_sonic_22.xml
Normal file
10
core/ui/src/main/res/drawable/ic_sonic_22.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<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="M9.154,4.949C11.859,7.642 15.264,9.422 18.998,10.097C18.548,6.106 15.147,3 11.014,3C9.922,3 8.882,3.218 7.932,3.61C8.318,4.074 8.729,4.525 9.154,4.949ZM3,11.597C3.121,13.214 3.722,14.698 4.665,15.904L4.709,15.861C5.678,14.906 6.94,14.037 8.462,13.28C9.797,12.616 11.329,12.046 12.98,11.597H3ZM12.63,12.942L12.632,12.941L12.634,12.939L12.63,12.942ZM12.63,12.942C11.053,13.828 9.588,14.931 8.308,16.205C7.831,16.68 7.373,17.184 6.945,17.706L6.839,17.835C6.345,17.536 5.889,17.184 5.472,16.79L5.542,16.722C7.107,15.172 9.607,13.849 12.63,12.942ZM5.542,5.278C7.107,6.83 9.609,8.152 12.632,9.061C11.054,8.173 9.588,7.07 8.307,5.795C7.831,5.322 7.373,4.818 6.943,4.294L6.837,4.165C6.344,4.464 5.887,4.816 5.472,5.21L5.542,5.278ZM9.154,17.051C8.728,17.475 8.316,17.926 7.932,18.39C8.88,18.782 9.922,19 11.014,19C15.147,19 18.548,15.894 19,11.901C15.266,12.576 11.861,14.357 9.155,17.05L9.154,17.051ZM8.462,8.72C6.94,7.963 5.678,7.094 4.709,6.139L4.665,6.096C3.722,7.302 3.121,8.786 3,10.403H12.978C11.327,9.954 9.797,9.384 8.461,8.718L8.462,8.72Z"
|
||||
android:fillColor="#000000"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
88
core/ui/src/main/res/drawable/img_apecoin_22.xml
Normal file
88
core/ui/src/main/res/drawable/img_apecoin_22.xml
Normal file
File diff suppressed because one or more lines are too long
20
core/ui/src/main/res/drawable/img_sonic_22.xml
Normal file
20
core/ui/src/main/res/drawable/img_sonic_22.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<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="#080A0B"/>
|
||||
<path
|
||||
android:pathData="M9.154,4.949C11.859,7.642 15.264,9.422 18.999,10.097C18.548,6.106 15.147,3 11.014,3C9.922,3 8.882,3.218 7.932,3.61C8.318,4.074 8.729,4.525 9.154,4.949ZM3,11.597C3.121,13.214 3.722,14.698 4.665,15.904L4.709,15.861C5.678,14.906 6.94,14.037 8.462,13.28C9.797,12.616 11.329,12.046 12.98,11.597H3ZM12.63,12.942L12.632,12.941L12.634,12.939L12.63,12.942ZM12.63,12.942C11.053,13.828 9.588,14.931 8.308,16.205C7.831,16.68 7.373,17.184 6.945,17.706L6.839,17.835C6.345,17.536 5.889,17.184 5.472,16.79L5.542,16.722C7.107,15.172 9.607,13.849 12.63,12.942ZM5.542,5.278C7.107,6.83 9.609,8.152 12.632,9.061C11.054,8.173 9.588,7.07 8.307,5.795C7.831,5.322 7.373,4.818 6.943,4.294L6.837,4.165C6.344,4.464 5.887,4.816 5.472,5.21L5.542,5.278ZM9.154,17.051C8.728,17.475 8.316,17.926 7.932,18.39C8.88,18.782 9.922,19 11.014,19C15.147,19 18.548,15.894 19,11.901C15.266,12.576 11.861,14.357 9.155,17.05L9.154,17.051ZM8.462,8.72C6.94,7.963 5.678,7.094 4.709,6.139L4.665,6.096C3.722,7.302 3.121,8.786 3,10.403H12.978C11.327,9.954 9.797,9.384 8.461,8.718L8.462,8.72Z"
|
||||
android:fillColor="#F5F5F5"
|
||||
android:fillType="evenOdd"/>
|
||||
</group>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue