关闭浮动动作按钮Android

pip*_*o10 1 android floating-action-button

我使用了以下库https://github.com/futuresimple/android-floating-action-button,一切正常.
单击同一菜单上的其中一个按钮后,如何自动关闭菜单?

Jaf*_*KhQ 7

它的开源库,您可以阅读源代码并通过自己找到它.

FloatingActionsMenu.collapse(); // close the menu
FloatingActionsMenu.toggle(); // toggle the menu
FloatingActionsMenu.expand(); // open the mneu
Run Code Online (Sandbox Code Playgroud)

Click listener中的Menu Item呼叫.collapse()