Circular Imageview in android
问题 I want circular ImageView in my app. I found some code but this is only round the corner image not to circle. Here is my code. Also check the image. public class CircularImageView extends android.support.v7.widget.AppCompatImageView { public CircularImageView(Context context) { super(context); } public CircularImageView(Context context, AttributeSet attrs) { super(context, attrs); } public CircularImageView(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle);