CustomBehavior icon indicating copy to clipboard operation
CustomBehavior copied to clipboard

Question: what would be needed to apply the same thing on a normal button?

Open AndroidDeveloperLB opened this issue 7 years ago • 0 comments

Suppose the current content of the layout is just:

-vertical linearLayout -RecyclerView -Button (at the bottom)

What would it need, to add a similar behavior of replacing the button at the bottom, with the SnackBar, as you did on the FAB ? Or, even the more basic thing: to move the button to be above the SnackBar.

AndroidDeveloperLB avatar Mar 08 '17 09:03 AndroidDeveloperLB