Moving Floating Action Button up and down to avoid getting blocked by a snackbar
I'm using this library to implement a floating action bar and I can't seem to find a way to move the button when a snackbar appears on screen. Is it even possible with that library? To anyone looking out for answer in future.. Coordinator Layout used as Parent Layout of Floating Action Button will handle the animation effect for you automatically. The floating action button has a default behavior that detects Snackbar views being added and animates the button above the height of the Snackbar accordingly. Floating Action Button Behavior <android.support.design.widget.CoordinatorLayout android