Clans / FloatingActionButton

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

How to add a background when menu opens ? #432

Open d3bt3ch opened 6 years ago

d3bt3ch commented 6 years ago

How to add a translucent background to the whole screen when menu opens ?

Croutonix commented 6 years ago

Use fab:menu_backgroundColor="#CCFFFFFF".

koushikchoudhury0 commented 6 years ago

If the width and height is match_parent, this ads a proper overlay to the whole screen but touch/click are events blocked.

kgcorner commented 6 years ago

the solution doesn't block events like scroll click etc to views below

softmarshmallow commented 6 years ago

the solution doesn't block events like scroll click etc to views below

Any solutions for this?

penguo commented 5 years ago

FloatingActionMenu's setClosedOnTouchOutside(true) can help it.