Yalantis / Context-Menu.Android

You can easily add awesome animated context menu to your app.

Home Page:https://yalantis.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change background color of each item

deepakcipl opened this issue · comments

Hi Thanks for your wonderful tutorial.
I have 3 transparent images and want to set a background color of each item. How can I achieve that in your library ?

Apart from this, I want to show menus center of layout. How can I acheive that ?

commented

To change color of menu item just use method setBgColor(int mBgColor) of MenuObject

commented

There is no ability to move menu items in library. Its open source so you can fork it and adopt to your needs.