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

https://github.com/boybeak/hoverbarbehavior


https://github.com/boybeak/hoverbarbehavior

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

          

## HoverBarLayout

![demo](https://github.com/boybeak/HoverBarBehavior/blob/master/1.gif)

## FloatingActionMenu

![demo](https://github.com/boybeak/HoverBarBehavior/blob/master/2.gif)

```kotlin
FloatingActionMenu(this)
.setDimView(content)
.setAnchorView(fab)
.inflate(R.menu.menu_demo)
.setOnCreatedListener { designMenu, famItemViews ->
}
.setOnItemSelectedListener {item ->
when(item.itemId) {
}
true
}.show()
```