Open nh1402 opened 8 years ago
I would like to apply a press and hold delay before the FAB Menu button opens. So the FAB Menu only opens after holding the button for a set time (eg. 3 seconds). How would I go about implementing this?
Try to disable the default open/close action by setting the OnClickListener and use touch gesture recognition.
OnClickListener
I would like to apply a press and hold delay before the FAB Menu button opens. So the FAB Menu only opens after holding the button for a set time (eg. 3 seconds). How would I go about implementing this?