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

Documentation error? #104

Closed manuel-zulian closed 9 years ago

manuel-zulian commented 9 years ago

I was trying to extend the library with a custom font, but the method addIconFontDescriptor() used in section "extensibility" of the main page seems to have private access. However I noticed that it works if I add the module with Iconify.with(new module()), so I think that it is just the documentation that is a bit outdated (maybe it refers to a development version).

JoanZapata commented 9 years ago

You're right, thanks for noticing!