RoundedLinearLayout

Custom LinearLayout container with customizable corner radius and solid/translucent background support.

RoundedLinearLayout(Context context, AttributeSet attrs)

Custom LinearLayout supporting rounded corners and translucent or solid styling.

Java
RoundedLinearLayout layout = new RoundedLinearLayout(context);