-
Can you add a method for hiding the Floating Action Menu .I know we can do it simply with
`mFolationActionMenu.setVisibility(View.Invisible);`
But that don't perform any Animations
-
执行以下2句代码的时候,app界面会看见floatingActionMenu闪烁几次。
1、floatingActionMenu.removeButton(fab);
2、floatingActionMenu.addButton(fab);
希望在floatingActionMenu关闭的时候更新UI时,界面不闪烁。
-
I want to create my own `FloatingActionsMenu`, but there's no way to set it to recycler view. The only method is `setDefaultFloatingActionButton`, but it is for one button. This method is commented ou…
-
Currently, this project uses close-source floatingactionmenu.aar to provide floating action button. I think using FAB of Material Design is a better choice which can also resovle #82 .
If you agree…
-
FloatingActionMenu Color not changed
-
When I insert a Floating Action button in the Floating Action Menu and give it a progress, the button jumps inside the view to the left edge and moves up. This looks with one button ugly, with more th…
-
Hello,
can you help me, please. How can I programmatically change contentDescription of FloatingActionMenu?
I have added android:contentDescription="my menu" into layout.xml. When I switch TalkBack o…
-
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.tr4android.support.extension.drawable.ColorTransitionDrawable.setColorRatio(float)' on a null object reference
I have use …
-
Is there any way to get text around the FloatingActionMenu button as well?
![test](https://cloud.githubusercontent.com/assets/16595870/20316312/3b41afe6-ab59-11e6-9fae-92da4bb82d3b.png)
-
I am trying to make FloatingActionMenu in the bottom center part of the Coordinator layout.
I am using android:layout_gravity="bottom|center" for FAM but not working for me.
Here is the XML code
…