Rounded UI Components
Custom Android views with configurable corner radiuses and color-calculated ripple effects.
RoundedButton
Custom button that calculates background luminance and applies a high-contrast ripple color.
RoundedEditText
Translucent rounded text entry view with customizable corner bounds.
RoundedLinearLayout
Linear container with rounded corner options and support for background opacity toggles.
RoundedConstraintLayout
Constraint-based parent container featuring customizable rounded card style designs.
XML Configuration Example
XML
<com.isaiahnoelpulidosalazar.inpsAndroid.RoundedButton
android:id="@+id/btn_action"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cornerRadius="16dp"
app:isTranslucent="true" />