Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A relative layout which can show borders and title at top. It also support border color, title color and etc

Notifications You must be signed in to change notification settings

Siddharth-Dev/BorderTitleRelativeLayout

Repository files navigation

BorderTitleRelativeLayout

A relative layout which can show borders and title at top. It also support border color, title color and etc Apk

Screenshot

Xml example

<com.sj.customview.bordertitlerelativelayout.BorderTitleRelativeLayt
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:id="@+id/customRL"
        android:layout_centerInParent="true"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        app:rlTitleText="Title!"
        app:rlTitleTextColor="@color/colorPrimaryDark"
        app:rlTitleTextSize="20dp"
        app:rlBorderColor="@color/colorAccent"
        app:rlBorderStrokeWidth="5"
        app:rlTitleMarginBottom="0dp"
        app:rlShowBorder="true" />

About

A relative layout which can show borders and title at top. It also support border color, title color and etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages