kamrul3288 / customview-android

A simple library that helps to create differ type of shape and stroke without creating drawable file. Also collection of complex custom view

Repository from Github https://github.comkamrul3288/customview-androidRepository from Github https://github.comkamrul3288/customview-android

Customview-android

A simple library that helps to create differ type of shape and stroke without creating drawable file. Also collection of complex custom view

allprojects {
  repositories {
    maven {url 'https://jitpack.io'}
  }
}

Step 2. Add the dependency

dependencies {
  implementation "com.github.kamrul3288:customview-android:X.X.X"
}
 <com.iamkamrul.button.ButtonRegular
        app:btn_background_color="@color/teal_200"
        app:btn_border_radius="15dp"
        app:btn_background_shape="rectangle"
        android:text="Hello"
        android:layout_margin="16dp"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>

About

A simple library that helps to create differ type of shape and stroke without creating drawable file. Also collection of complex custom view

License:Apache License 2.0


Languages

Language:Kotlin 100.0%