Android: AppCompat Snackbar and non AppCompat FloatingActionButton -
it's possible use coordinatorlayout , custom floatingactionbutton this:
futuresimple - floatingactionbutton
or
in new appcompat snackbar (to automatically move upward snackbar animates in , returns position when snackbar animates out on)?
you can use these libraries, hovewer, built-in features enabled standard floatingactionbutton , coordinatorlayout.
by specifying behaviors child views of coordinatorlayout can provide many different interactions. floatingactionbutton has floatingactionbutton.behavior , animation in snackbar realized snackbar.behavior extends swipedismissbehavior.
Comments
Post a Comment