Updated on 2026-08-14
This commit is contained in:
parent
4a86d53346
commit
fd53fcd9a3
2 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ fun Picasso.loadCurrenciesIcon(
|
|||
token?.symbol == QCX -> {
|
||||
this.load(R.drawable.ic_qcx)?.into(imageView)
|
||||
}
|
||||
token?.symbol == VOYR -> {
|
||||
this.load(R.drawable.ic_voyr)?.into(imageView)
|
||||
}
|
||||
url != null -> {
|
||||
if (token != null) {
|
||||
setTokenImage(imageView, textView, token)
|
||||
|
|
@ -60,6 +63,7 @@ fun Picasso.loadCurrenciesIcon(
|
|||
}
|
||||
|
||||
private const val QCX = "QCX"
|
||||
private const val VOYR = "VOYRME"
|
||||
|
||||
private fun setOfflineCurrencyImage(
|
||||
imageView: ImageView,
|
||||
|
|
|
|||
BIN
app/src/main/res/drawable/ic_voyr.png
Normal file
BIN
app/src/main/res/drawable/ic_voyr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Loading…
Add table
Add a link
Reference in a new issue