I have created a view called RoundedImageView, the corners are rounded. I want an attribute called cornerRadius that lets me (from the XML) specify the radius. How in the Java code where I have
public class RoundedImageView extends ImageView
can I actually look for the attribute "cornerRadius" that was specified in the XML?