A simple Android Button Library
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.leventyayla:ModernButton:1.0.0'
}
<com.lvntyyl.button.library.ModernButton
android:id="@+id/modern_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Test" />