MrEngineer13 / SnackBar

toast-like alert pattern for Android inspired by the Google Material Design Spec
Apache License 2.0
1.22k stars 174 forks source link

Doesn't show in Lollipop #80

Open pl4za opened 9 years ago

pl4za commented 9 years ago

Hello ! I can't get the snackbar to show in lollipop. It works fine in Jelly bean. Anybody know what's the issue ?

Regards !

ravpacheco commented 9 years ago

Hi pl4za,

I'm using SnackBar on lollipop and everything is working. What is exactly your problem ?

MrEngineer13 commented 9 years ago

Am using this library on lollipop as well, what issues are you having?

myanimal commented 9 years ago

It doesn't show on Lollipop when the keyboard is showing (it's under the keyboard), even when the activity is set to adjustResize.

bkurzius commented 9 years ago

FYI - It also does not seem to show on Lollipop when the root layout is android.support.v7.widget.CardView. I am using CardView as the root View in order to use a transition from a previous activity. However, if you just wrap the CardView in a FrameLayout - so that is the root element - it shows again. Thanks for the library!!