Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Path like menu item - Android

I'm making use of Siyamed's menu item in my app.. I would like to place the menu item in the bottom center of the screen.. and when I click on it, the child items should surround the center icon. Any ideas on how to start?

like image 406
Naveen Avatar asked May 02 '26 19:05

Naveen


1 Answers

I recommend you tried another implementation: ArcMenu by daCapricorn.

As the author said on Google+:

If you want to put it align the screen bottom, you can set alignparentbottom="true" in xml and compute the marginBottom (it should be negative) programmatically.

PS: I personnality ended up using ArcMenu library rather than SatelliteMenu for the same issue.

like image 96
shkschneider Avatar answered May 04 '26 08:05

shkschneider