Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 706 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 706 Bytes

ModernButton

Build Status

A simple Android Button Library

Importing to your project

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

dependencies {
  implementation 'com.github.leventyayla:ModernButton:1.0.0'
}

Example Usage

<com.lvntyyl.button.library.ModernButton
  android:id="@+id/modern_button"
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="Test" />