From 05d9b89a7fe5a496c598740a95a8fe592d5b6558 Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Mon, 24 Aug 2026 15:18:27 -0400 Subject: [PATCH] style(wallet): tighten the gap under the wallet action tiles Scrolled to the end of the wallet tab, the 2x2 action tiles sat 60 dp above the floating tab bar, on top of an inset that already covers the bar and its own 15 dp drop. Drop that to 40 dp, which is what iOS leaves (a 96 pt trailing spacer against a 58 pt bar). --- .../com/flipcash/app/balance/internal/WalletScreenContent.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/flipcash/features/balance/src/main/kotlin/com/flipcash/app/balance/internal/WalletScreenContent.kt b/apps/flipcash/features/balance/src/main/kotlin/com/flipcash/app/balance/internal/WalletScreenContent.kt index 7e573b148..cca9c4022 100644 --- a/apps/flipcash/features/balance/src/main/kotlin/com/flipcash/app/balance/internal/WalletScreenContent.kt +++ b/apps/flipcash/features/balance/src/main/kotlin/com/flipcash/app/balance/internal/WalletScreenContent.kt @@ -124,7 +124,10 @@ internal fun WalletScreenContent( top = CodeTheme.dimens.inset, start = CodeTheme.dimens.inset, end = CodeTheme.dimens.inset, - bottom = LocalTabBarPadding.current.calculateBottomPadding() + CodeTheme.dimens.grid.x12, + // Clearance under the last row (the action tiles) once the list is scrolled to the end. The + // tab-bar inset already covers the floating bar and its own 15 dp drop, so this is only the + // visible gap above the bar: 40 dp, matching iOS (a 96 pt trailing spacer against a 58 pt bar). + bottom = LocalTabBarPadding.current.calculateBottomPadding() + CodeTheme.dimens.grid.x8, ), ) { item {