FloatingActionButton
FloatingActionButton copied to clipboard
Android Floating Action Button based on Material Design specification
I try to use vector drawable but the image does not show ``` ```
In the normal state, an icon of "open" shape I hope that it will change to the "close" icon the moment you open it by clicking. What should I do?...
Hi, I am currently using FloatingActionMenu in a TabLayout along with the FAB in design library. When I make an INDEFINITE snackbar and switch from tabs, the FAB in design...
I have implemented addonscrollListener for my recyclerview since I want to hide my FAB when recyclerview is scrolled as follows 👍 ``` mRvNearby.addOnScrollListener(new RecyclerView.OnScrollListener() { @Override public void onScrollStateChanged(RecyclerView recyclerView,...
I was curious if there was a way to set the color filter on a drawable on the fab. I see a protected function getIconDrawable but like i said it...
Hi ! How can i have this library in aar or jar format ? thx !
Hello, I found a problem when i use this widget, it works well when i set the attribute "android:src",but i want my app support the android 4.4,or more lower with...
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....
Is there an option to specify how much you want the FAB to rotate when pressed?
Hi. Is it possible to do something similar to `FloatingActionMenu` in the Android Support library?