cesards / SuperImageView

Crop and Rounded Corners added to an ImageView.
MIT License
654 stars 111 forks source link

Fix view path in the xml docu #31

Open henningBunk opened 5 years ago

henningBunk commented 5 years ago

The documentation states that you should use com.codeforvictory.android.superimageview.SuperImageView for your view in xml. This didn't work for me and had to adjust it to com.cesards.cropimageview.CropImageView. I thought the docu should represent this correctly.