Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.22k stars 1.13k forks source link

How to Implement FloatingActionMenu with ListView ? #391

Closed BadTudou-zz closed 7 years ago

BadTudou-zz commented 7 years ago

The is a FloatingActionMenu below the ListView , I can click the item of the list, but I can not click the FloatingActionMenu (extend or collapse the FloatingActionButtons it contains ), that is, the ListView gets the focus, instead, the FloatingActionMenu can not get focus.

What I should do can make it possible to click FloatingActionMenu in the list view? I have read all of issues, but i don't found what i want, so I asked this issue. Thanks!