Skip to content

Fix/android swap screen UI glitches 108#170

Closed
jonathanchw wants to merge 8 commits intogemwalletcom:mainfrom
jonathanchw:fix/android-swap-screen-ui-glitches-108
Closed

Fix/android swap screen UI glitches 108#170
jonathanchw wants to merge 8 commits intogemwalletcom:mainfrom
jonathanchw:fix/android-swap-screen-ui-glitches-108

Conversation

@jonathanchw
Copy link
Copy Markdown
Contributor

Android Swap — UI polish & iOS parity

A set of focused improvements to the Android swap and confirm screens, closing visual and interaction gaps with iOS.

What's changed

  • Confirm screen grouping — Wallet, Network, and Details now render as a single grouped card, matching iOS where all three share one section.
  • Network fee sheet header — added centered title and leading X close button, matching iOS NetworkFeeScene.
  • Fee rate emojis — aligned with iOS Emoji.FeeRate: ⏱️ slow · 💎 normal · ⚡️ fast (was 🐢 / 🚀).
  • Provider picker — consolidated into the swap details sheet with an animated slide transition and a themed header.
  • Swap CTA visibility — hidden until quote input is present; buttons disabled during loading instead of showing double indicators.
  • Swap details sheet — deferred until IME is dismissed to prevent layout jumps.
  • 25 / 50 / 100% pay shortcuts — pill bar appears above the keyboard when the pay field is focused, replacing the Swap button. Tapping a pill fills the pay amount and triggers a new quote. Matches iOS InputAccessoryView.

close #108

Files changed

SwapScene.kt · SwapScreen.kt · SwapViewModel.kt · SwapDetailsComponents.kt · SwapAction.kt · SwapUiState.kt · ConfirmScreen.kt · FeeDetails.kt · DialogBar.kt · FeeRateUIModel.kt

@jonathanchw
Copy link
Copy Markdown
Contributor Author

Closed, as it has been split into four smaller
#171 #172 #173 #174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Swap screen ui glitches

1 participant