GradientButton

Additional

Language
Java
Version
1.0.0 (Aug 22, 2019)
Created
Jan 7, 2017
Updated
Aug 22, 2019 (Retired)
Owner
Bart Bergmans (bartbergmans)
Contributors
Bart Bergmans (bartbergmans)
Bryan (bfarrelladelphi)
2
Activity
Badge
Generate
Download
Source code

GradientButton

Gradient buttons

Gradle

Add the following to your project level build.gradle:

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

Add this to your app build.gradle:

dependencies {
    compile 'com.github.bartbergmans:GradientButton:1.0.0'
}