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

Error Didn't find class “android.view.IconTextView” #76

Closed slm closed 9 years ago

slm commented 9 years ago

I asked stackoverflow that problem. There http://stackoverflow.com/questions/29247434/iconfy-library-didnt-find-class-android-view-icontextview

I added proguard rules.

slm commented 9 years ago

I done it. I replace in xml layout "IconTextView" to "android.widget.IconTextView" . It's works successfully

mikepenz commented 9 years ago

@slmyldz great that you found the answer ;)