Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 966 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 966 Bytes

Floating Action Button

This is an example of "Floating Action Button" for Android, follow this on stackoverflow

Screenshots

Screen-1 Screen-2 Screen-2

Demo

Problems

When I click over transparent layer, the item from ListView is clicked. I need to the transparent layer (FAB menu layer) block the click event, but when this menu is closed, I also need to the clickEvent work on the parent layer.

I used Clans FloatingActionButton library.