MrEngineer13 / SnackBar

toast-like alert pattern for Android inspired by the Google Material Design Spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't show in Lollipop

pl4za opened this issue · comments

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

Regards !

Hi pl4za,

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

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

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

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!!