JoanZapata / android-iconify

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

Add documentation on how to add icon to ImageView #190

Open zunjae opened 7 years ago

zunjae commented 7 years ago

I don't see any mentions on how to add an icon to an ImageView.

Of course it speaks for itself to call setImageDrawable on an ImageView with the IconDrawable object, but I am pretty sure new Android developers will not know this.