An open API service indexing awesome lists of open source software.

https://github.com/imanx/android-materialbutton-behavior

Android Material Button(Extended FAB) Behavior on RecyclerView
https://github.com/imanx/android-materialbutton-behavior

android behavior coordinatorlayout extended-fab google material-button material-design

Last synced: 7 months ago
JSON representation

Android Material Button(Extended FAB) Behavior on RecyclerView

Awesome Lists containing this project

README

          

# Android Material Button Behavior on RecyclerView

### Preview
sample

### Getting Started
Download `MaterialButtonBehavior` and copy or put your project.
add `MaterialButton` component in your `xml` layout that parent it should be `CoordinatorLayout`

`android:layout_width` size of expande

`android:minWidth` size of collapse

`app:layout_behavior` for set `MaterialButtonBehavior`

### Example
```xml

.
.
.


```