File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ import to.bitkit.ui.components.IncomingTransfer
3636import to.bitkit.ui.components.SecondaryButton
3737import to.bitkit.ui.components.TabBar
3838import to.bitkit.ui.scaffold.AppTopBar
39+ import to.bitkit.ui.scaffold.DrawerNavIcon
3940import to.bitkit.ui.scaffold.ScreenColumn
4041import to.bitkit.ui.screens.wallets.activity.components.ActivityListGrouped
4142import to.bitkit.ui.screens.wallets.activity.utils.previewLightningActivityItems
@@ -77,14 +78,17 @@ fun SpendingWalletScreen(
7778 contentScale = ContentScale .Fit ,
7879 modifier = Modifier
7980 .align(Alignment .TopEnd )
80- .offset(x = (155 ).dp, y = ( - 35 ).dp )
81+ .offset(x = (155 ).dp)
8182 .size(330 .dp)
8283 )
8384 ScreenColumn (noBackground = true ) {
8485 AppTopBar (
8586 titleText = stringResource(R .string.wallet__spending__title),
8687 icon = painterResource(R .drawable.ic_ln_circle),
8788 onBackClick = onBackClick,
89+ actions = {
90+ DrawerNavIcon ()
91+ }
8892 )
8993 Column (
9094 modifier = Modifier .padding(horizontal = 16 .dp)
You can’t perform that action at this time.
0 commit comments