Skip to content

Commit b5baa11

Browse files
committed
feat: image receive
1 parent d91c138 commit b5baa11

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/sheets/NewTransactionSheet.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ private fun NewTransactionSheetView(
8787

8888
if (details.direction == NewTransactionSheetDirection.RECEIVED) {
8989
Image(
90-
painter = painterResource(R.drawable.coin_stack), //TODO IMPLEMENT CORRECT IMAGE
90+
painter = painterResource(R.drawable.coin_stack_5),
9191
contentDescription = null,
9292
contentScale = ContentScale.FillWidth,
93-
modifier = Modifier.fillMaxWidth().padding(start = 32.dp, bottom = 32.dp).align(Alignment.BottomEnd)
93+
modifier = Modifier.fillMaxWidth().align(Alignment.BottomEnd)
9494
)
9595
}
9696

28.6 KB
Loading
15.4 KB
Loading
46.4 KB
Loading
136 KB
Loading
190 KB
Loading

0 commit comments

Comments
 (0)