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

how can I add padding to icon or reduce icon size?

sagarrishabh opened this issue · comments

Hi, @sagarrishabh! You can reduce icon size by applying setActionBarSize(your_dimension)

commented

If you need to chage ContextMenu Icon params try to edit Utils.getItemImageButton(...) and Utils.getImageWrapper(...)

I suppose this answer is obsolete now, I cant seem to locate that Utils class.

How do you change the padding with the current release?