CustomBehavior icon indicating copy to clipboard operation
CustomBehavior copied to clipboard

An example of a custom CoordinatorLayout Behvior

Results 3 CustomBehavior issues
Sort by recently updated
recently updated
newest added

android:src="@drawable/abc_ic_search_api_mtrl_alpha" is not found.

I've tried to merge different behaviours found online. Here is [the result](https://gist.github.com/Polyterative/1b24f5423871a4d15dd5d00c36317328)

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...