BrotherV / Floating-ArcMenu

A prety menu for all application
129 stars 35 forks source link

Nested Menu #9

Open ClaudeHangui opened 7 years ago

ClaudeHangui commented 7 years ago

Hi...... I do enjoy this library but I've got one minor issue....I've got this app which uses this arc menu library; however I'd like to know if it's possible to have 2 arc menus....Each item is independent from one another so we cannot talk of a nested arc menu....I just wish to have 2 arc menus....I'd like to know it is possible to have this with the current version of this library

BrotherV commented 7 years ago

Hi, it is possible to add multi menu in your activity by different locations but you should use either FramLayout or CoordinateLayout as its parent. As you can see in the application there are multi menu in one activity. This is a view and there would be an overlapping whether you put 2 menu beside each other. you can easily clone whole the project and open it in your Android studio, then you will be able to choose the best way. Best regards

ClaudeHangui commented 7 years ago

Hello there, actually what I meant was to have the two floating arc menus on the same side (say bottom left....). So technically what I want to achieve is to have one arc menu below the other (just like having 2 semi-circles one below the other..)

BrotherV commented 6 years ago

Hello again, Well, you can have two menu at the same side but one of thrm will work only. You can invisible one of them and visible another one, use this trick. I will add this option for next version.