I want to implement arc-menu in my android app. I'm using ArcMenu Lib Here is screenshot But I want Ui like this Is there anybody customize this library.
Asked
Active
Viewed 185 times
1 Answers
0
In order to achieve it you have to get some permission and add use WindowManger to draw this overlay.
A detail explanation is here An detail sample is written here

Zar E Ahmer
- 33,936
- 20
- 234
- 300
-
This is not kind of assistive touch control. I want floating arc-menu, you can check image which I attached – Netset Android Oct 17 '18 at 05:40
-
I can't code it for you first run that code and then simply use your custom arc instead of image view that floats on screen – Zar E Ahmer Oct 17 '18 at 05:42
-
this example for move image like fb messenger, I want bottom arc-menu to check attached images – Netset Android Oct 17 '18 at 06:09
-
remove touch listener from imageView and set your Arc Menu to bottom in WindowManager . There it work same as it does in simple layout screen – Zar E Ahmer Oct 17 '18 at 07:03
-
I don't how to use arc, I never used this. I just run this code https://github.com/BrotherV/Floating-ArcMenu :( – Netset Android Oct 17 '18 at 07:18
-
Do some code and ask question after putting some effort. – Zar E Ahmer Oct 17 '18 at 07:19