Android Question ARC menu

Hi guys!
Can you help me a bit?
I have a problem for "ARC menu"
My menu will open when other items open the way I want it to happen
Screenshot_2020-03-11-10-58-35.png

What code should I write so that my menu is on other items?
 

JohnC

Expert
Licensed User
Longtime User
If I understand you properly - that you want to display an icon of your app *on top of another app*, then you could use:

- OverlayWindow + source v1.2
This library allows to create overlay windows and floating buttons. These interactive views can be displayed on top of all other applications.

On this page:
 
Upvote 0
Top