Updated on 2026-08-14
This commit is contained in:
parent
610b4f3409
commit
7e6f015e5b
1 changed files with 16 additions and 1 deletions
|
|
@ -298,7 +298,22 @@ private fun CardRowShimmer(modifier: Modifier = Modifier) {
|
||||||
divider = true,
|
divider = true,
|
||||||
contentLead = TangemRowContentLead.End,
|
contentLead = TangemRowContentLead.End,
|
||||||
titleSlot = {
|
titleSlot = {
|
||||||
TangemShimmer(style = TangemTheme.typography3.body.medium)
|
TangemRowText(
|
||||||
|
text = resourceReference(R.string.tangempay_common_card),
|
||||||
|
role = TangemRowTextRole.Title,
|
||||||
|
)
|
||||||
|
},
|
||||||
|
valueSlot = {
|
||||||
|
TangemShimmer(
|
||||||
|
style = TangemTheme.typography3.body.medium,
|
||||||
|
textAlign = TextAlign.End,
|
||||||
|
)
|
||||||
|
},
|
||||||
|
subvalueSlot = {
|
||||||
|
TangemShimmer(
|
||||||
|
style = TangemTheme.typography3.caption.medium,
|
||||||
|
textAlign = TextAlign.End,
|
||||||
|
)
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue