Saurabh

Results 7 comments of Saurabh

@bigdragon123456 this is something which might take some time and i hadn't considered it earlier. I am willing to add this in if someone is willing to create a Pull...

You can control the radius (the distance b/w FAB and other menu items). The distance between menu items is dependent on the number of menu items. It cannot be controlled...

Currently, there isn't a way to do that. I can look into it sometime later but if you need it immediately, would you be okay to send in a pull...

Hi. You mean when you click outside the menu area? You can hook up a OnClickListener on your layout and use the isMenuOpened() API to check the state of the...

Can you post your layout (xml file), where you are using the library? I should be able to expand on that and help you out

I am still confused. You have a recycler view. Is that populated with data? And do you have some Click events attached to it, coz the the click event won't...

This looks the arcMenu variable wasn't initialized. It isn't being thrown by the library. Really difficult to comment without actual code.