-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Onboarding ui for android #669
Conversation
bbd0db9
to
3f2c73c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Column( | ||
verticalArrangement = Arrangement.spacedBy(16.dp), | ||
horizontalAlignment = Alignment.Start | ||
Box( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be a significant amount of work to split the screens into their own file? If we have to pass around too many params I'm fine with punting on this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I felt the same way but opted to follow the example in the existing iOS code. I'm down to change things though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
98636e8
to
12d9c8f
Compare
Summary
Ticket: 🤖 | Onboarding Flow UI
What is this PR for?
Updates the Onboarding Flow to look like the designs.
(Highlighting is due to the Android voice accessibility interface)
iOS
android
withContext(Dispatchers.Default)
where possibleTesting
What testing have you done?
Manual testing for display.