In App Message Image View
Extends ImageView with the ability to clip the view's corners by a defined radius on all image types.
Properties
Array of 8 values, 4 pairs of X,Y radii. Each corner receives two radius values X, Y. The corners are ordered top-left, top-right, bottom-right, bottom-left
Functions
Clips the input canvas to a rounded rectangle of the specified width and height, using the radii set in setCornersRadiiPx.
Instruct the view to set alternate text for the image to be read aloud when device is in accessibility mode.
Instruct the view to use the given aspect ratio for the image.
Instruct the view to use the given radii for its corners.
Instruct the view to use the given radius for its corners.
Instruct the view to use android.widget.ImageView.ScaleType.CENTER_CROP or equivalent.
Instruct the view to take up half the height of the parent view.