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

The migration document needs some fixes #102

Closed dcgavril closed 9 years ago

dcgavril commented 9 years ago

Hi! First of all, I want to thank you for this great library!

I was upgrading from 1.x to 2.x and while looking on the documentation for the migration, I have seen that for the layout items, instead of writing "com.joanzapata.iconify.widget.IconButton" it is written "com.joanzapata.iconify.views.IconButton".

Thanks!

Damore commented 9 years ago

I had the same issue and I realized that views should be replaced by widget

JoanZapata commented 9 years ago

Oops, thank you for reporting it!