RapidFloatingActionButton
RapidFloatingActionButton copied to clipboard
Quick solutions for Floating Action Button,RapidFloatingActionButton(RFAB)
I got error when use this fab in fragment navHost bottom navigation `rfaContent.setOnRapidFloatingActionContentLabelListener((RapidFloatingActionContentLabelList.OnRapidFloatingActionContentLabelListener) getAcitivity());`
How to show or hide RapidFloatingActionButton, like normal fab.hide() or fab.show() ?
I want to display at least 15 buttons inside the FloatingActionButton layout but it doesn't scroll and I tried to add and it doesn't work
Hello! I am testing my app on AVD Android 4.4 and get this error: `Binary XML file line #73: Error inflating class com.wangjie.rapidfloatingactionbutton.RapidFloatingActionButton` My Gradle: ``` android { compileSdkVersion 28...
I have made a main fsb icon that contains 2 nested fab icons that should be opened on press on the main fab icon but J found that the main...
I have made a fab icon that contains two nested fab icons but I don't know why the main fab icon which should open the other 2 fab icons doesn't...
I'm trying to add FAB on the right for RTL but I seem to see half of the label and label icon. Any idea how to fix this?
What I want that when the user presses the open button the user only can close it when pressing the close button or 1 of the options. not when the...
It's possible to disable/control the fab rotation?