Skip to content
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

Snackbar showing at incorrect vertical offset #57

Closed
stevegaron opened this issue Dec 25, 2014 · 8 comments
Closed

Snackbar showing at incorrect vertical offset #57

stevegaron opened this issue Dec 25, 2014 · 8 comments

Comments

@stevegaron
Copy link

I was testing my app on an 4.0.3 emulated device and realized that the snackbar was not actually showing at the bottom of the screen but at an higher offset.

The emulated device I was using does not have navigation button but it does the same for devices with navigation buttons on 4.0.3. To help pin point the problem, this activity is using the new appcompat v7 Toolbar where the activity is set with no action bar and the new toolbar is somewhat part of the content for pre-android 5 devices.

Here's a screenshot of the problem:
device-2014-12-24-231733

@dirkam
Copy link

dirkam commented Dec 28, 2014

I've just ran into the same issue. Tried with a physical device and with an emulator, both running ICS, same results

@wmora
Copy link
Contributor

wmora commented Dec 28, 2014

is this happening with the latest version? do you get the same result with version 2.7.1?

@stevegaron
Copy link
Author

I never realized there was a newer version. I'm using 2.7.1 here.

@wmora
Copy link
Contributor

wmora commented Dec 28, 2014

Nevermind, I think I just found the issue. Will do some tests and upload the fix shortly if it works

@wmora
Copy link
Contributor

wmora commented Dec 28, 2014

@stevegaron @dirkam just uploaded v2.7.3 to Maven with the fix. Expect the version to be available shortly

@wmora wmora closed this as completed in 0cd971b Dec 28, 2014
@dirkam
Copy link

dirkam commented Dec 28, 2014

It works fine now. Thank you.

@stevegaron
Copy link
Author

Nice. I'll test this later today. Thx

@stevegaron
Copy link
Author

Yup, works like a charm now.

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

No branches or pull requests

3 participants