medyo / Fancybuttons

Icons, Borders, Radius ... for Android buttons
1.77k stars 397 forks source link

Resource Icon Size #48

Closed dannogo closed 8 years ago

dannogo commented 8 years ago

Hi Is there is a way to change icon size if I use resource icon, not font icon?

medyo commented 8 years ago

Hi @dannogo,

There is no direct setter for such need, however you could apply whatever transformation you want by accessing the imageView Icon by calling : myButton.getIconImageObject()

dannogo commented 8 years ago

Ok. Thank you. It works)