snackprogressbar

lib / com.tingyik90.snackprogressbar / SnackProgressBarManager / setViewsToMove

setViewsToMove

fun setViewsToMove(viewsToMove: Array<View>): SnackProgressBarManager

Passes the views (e.g. FloatingActionButton) to move up or down as SnackProgressBar is shown or dismissed.

This is not required for FloatingActionButton if a CoordinatorLayout is provided, but will be required for other layout types. This can be used to animate any views besides FloatingActionButton as well.

Parameters

viewsToMove - Views to be animated along with the SnackProgressBar.