RoundedConstraintLayout
Custom ConstraintLayout providing configurable rounded corners and translucency options via XML attributes.
RoundedConstraintLayout(Context context, AttributeSet attrs)
Custom ConstraintLayout with adjustable corner radius and solid or translucent background modes.
Java
RoundedConstraintLayout layout = new RoundedConstraintLayout(context);