Skip to content

Correctly align snackbars in Login / CreateAccount activities. #5720

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dbrant
Copy link
Member

@dbrant dbrant commented Jun 25, 2025

On Android 15, the snackbars in these activities are overlapping under the navigation buttons.
Let's make the base layout in these activities be a CoordinatorLayout instead of FrameLayout, which fixes the snackbar behavior.

image

@dbrant dbrant added the Minor Minor stuff label Jun 25, 2025
@Williamrai
Copy link
Collaborator

The snackbar doesn’t have any padding at the bottom and looks like it’s stuck to the bottom navigation bar. Just wanted to check, is this expected?
snackbar

@cooltey
Copy link
Collaborator

cooltey commented Jun 25, 2025

The snackbar doesn’t have any padding at the bottom and looks like it’s stuck to the bottom navigation bar. Just wanted to check, is this expected? snackbar

+1 the snackbar seems too close to the system navigation bar.

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

Successfully merging this pull request may close these issues.

3 participants