I've noticed some programs use a popup toolbar for context menus instead of actual context menus, like in Sense (see image:)
How would I go about implementing something like that?
I've noticed some programs use a popup toolbar for context menus instead of actual context menus, like in Sense (see image:)
How would I go about implementing something like that?
It's called a Quick Actions Popup, you have to create it yourself.
Refer this LINK.
Sample code snippet::
Create quickaction instance and setup listener