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
- Host: GitHub
- URL: https://github.com/imanx/android-materialbutton-behavior
- Owner: ImanX
- Created: 2018-12-05T18:23:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T21:17:59.000Z (about 7 years ago)
- Last Synced: 2025-07-15T01:20:12.416Z (8 months ago)
- Topics: android, behavior, coordinatorlayout, extended-fab, google, material-button, material-design
- Language: Java
- Size: 6.98 MB
- Stars: 28
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Material Button Behavior on RecyclerView
### Preview

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