heytherewill / RoundedImageView.Droid

:white_circle: Rounded ImageView for Xamarin.Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A working sample is needed

flyingxu opened this issue · comments

commented

This porting seems to be very interesting but I have failed to use it in my project.

Firstly I have compiling error of error APT0000. I tried to add the attrs.xml from the original java project to my project and fixed the compiling error.

But then I have run time exception of Java.Lang.ClassNotFoundException: Didn't find class "android.view.RoundedImageView" on path.

I'm sure I missed something, a working sample of this project will be very helpful.