Updated on 2026-08-14
|
After Width: | Height: | Size: 2 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 7 KiB |
|
Before Width: | Height: | Size: 8 KiB |
|
|
@ -279,7 +279,7 @@ private fun PlanCard(imageUrl: String?, modifier: Modifier = Modifier) {
|
|||
) {
|
||||
Image(
|
||||
modifier = Modifier.matchParentSize(),
|
||||
painter = painterResource(R.drawable.img_tangem_pay_visa_reissuing),
|
||||
painter = painterResource(R.drawable.img_tangem_pay_card_placeholder),
|
||||
contentDescription = null,
|
||||
contentScale = ContentScale.FillBounds,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@ private fun TangemPayCardBackground(
|
|||
TangemPayCardState.Reissuing,
|
||||
TangemPayCardState.Closing,
|
||||
TangemPayCardState.Issuing,
|
||||
-> painterResource(R.drawable.img_tangem_pay_visa_reissuing)
|
||||
-> painterResource(R.drawable.img_tangem_pay_card_placeholder)
|
||||
},
|
||||
contentDescription = null,
|
||||
contentScale = ContentScale.FillBounds,
|
||||
|
|
|
|||