Change fiat placeholder in the Transactions items.
This commit is contained in:
parent
0da52c2ee8
commit
848768a038
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class TransfersDetailsAdapter(private val context: Context) :
|
||||||
val cryptoAmount = "${df.format(amount)} ${transferDetail.cryptoSymbol}"
|
val cryptoAmount = "${df.format(amount)} ${transferDetail.cryptoSymbol}"
|
||||||
viewHolder.tvCryptoAmount.text = cryptoAmount
|
viewHolder.tvCryptoAmount.text = cryptoAmount
|
||||||
|
|
||||||
viewHolder.tvFiatEquivalent.text = "$4119.75"
|
viewHolder.tvFiatEquivalent.text = "-"
|
||||||
|
|
||||||
viewHolder.ivDirectionArrow.setImageDrawable(context.getDrawable(
|
viewHolder.ivDirectionArrow.setImageDrawable(context.getDrawable(
|
||||||
if(transferDetail.direction) R.drawable.ic_arrow_receive else R.drawable.ic_arrow_send
|
if(transferDetail.direction) R.drawable.ic_arrow_receive else R.drawable.ic_arrow_send
|
||||||
|
|
Loading…
Reference in a new issue