nispok/snackbar

How to make the Snackbar showing on top 'below' the toolbar ?

Closed this issue · 3 comments

Hi, I try to implement the snackbar at the top of an activity (which handle 3 fragments in a tabhost). Neverthless I want it to show just under the toolbar, but after searching for a long moment, I stil having my snackbar showing (and hiding the toolbar). Do you have any solution to this ? Thanks a lot !

where is the solution.. do post it here.

Same problem
+1

Snackbar.with(SnackbarSampleActivity.this)
.position(Snackbar.SnackbarPosition.TOP)
.margin(25, 15)
.text("Single-line TOP Inside LinearLayout")