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 to change the size of icons its too small.....

AmirSuwal opened this issue · comments

how to change the size of icons its too small.....

Hello, @AmirSuwal .
Icons you used in Context-Menu is up to you.

You can set your own icons and resources:
item.setResource(...) item.setBitmap(...) item.setDrawable(...) item.setColor(...)

Also you can scale it using ScaleType:
item.setScaleType(ScaleType.FIT_XY)

Give a look through README.md for more.