https://github.com/boybeak/hoverbarbehavior
https://github.com/boybeak/hoverbarbehavior
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/boybeak/hoverbarbehavior
- Owner: boybeak
- License: apache-2.0
- Created: 2018-10-22T05:51:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T22:31:40.000Z (over 7 years ago)
- Last Synced: 2025-03-30T21:42:38.299Z (over 1 year ago)
- Language: Java
- Size: 909 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## HoverBarLayout

## FloatingActionMenu

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