RoundedEditText

Custom AppCompatEditText with a default translucent rounded container and configurable corner radius.

RoundedEditText(Context context, AttributeSet attrs)

Custom AppCompatEditText featuring a translucent rounded background with customizable corner radius.

Java
RoundedEditText editText = new RoundedEditText(context);