This is an example of "Floating Action Button" for Android, follow this on stackoverflow
- Download APK file HERE
- Watch a short Demo Video
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.