You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all: Thanks for the library. I really like it!
I want to move some views with the appearance of the TSnackbar using layout_dodgeInsetEdges. Currently, I can't get it to work. Does this support this at all? Do I need to use it in a specific way?
Currently i use a android.support.design.widget.CoordinatorLayout as container and apply app:layout_dodgeInsetEdges="top"to one of it's existing childs. But it doesn't get moved when the TSnackbar appears.
Any helpful advice is very much appreciated.
The text was updated successfully, but these errors were encountered:
First of all: Thanks for the library. I really like it!
I want to move some views with the appearance of the TSnackbar using
layout_dodgeInsetEdges
. Currently, I can't get it to work. Does this support this at all? Do I need to use it in a specific way?Currently i use a
android.support.design.widget.CoordinatorLayout
as container and applyapp:layout_dodgeInsetEdges="top"
to one of it's existing childs. But it doesn't get moved when the TSnackbar appears.Any helpful advice is very much appreciated.
The text was updated successfully, but these errors were encountered: