UI Component. Simple horizontal divider with title for android.
Step 1: Add to project level build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2: Add to app level build.gradle
dependencies {
implementation 'com.github.u-barnwal:HorizontalDivider:VERSION'
}
Create view
<com.isolpro.library.horizontaldivider.HorizontalDivider
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:title="Center"
app:position="Center" />
Position | Value |
---|---|
LEFT | left |
RIGHT | right |
- Fully adaptive
- Lightweight