JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 526 forks source link

Add set style method to IconDrawable #28

Closed synapticvoid closed 10 years ago

synapticvoid commented 10 years ago

Hi ! I needed to draw an IconDrawable directly on a Canvas and had only the outline drawn. I added this method to be able to set the paint style from outside.

JoanZapata commented 10 years ago

Sounds good, thanks.