I am trying to implement behavior of opening bottom sheet when clicked on overflow menu. ex: expected behavior
I may do this on an activity using onMenuOpened as suggested here,
But I want to do this on fragment.
How to achieve this behavior on a fragment?
I am using single activity pattern and navigation architecture component.
As discussed here opening bottom sheet when clicked on the overflow menu is bad UX.
Why?
Quoting from the post
-
-
If you have a top action bar, use usual context menu. If you have a bottom action bar you may use bottom sheet.