Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 507 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 507 Bytes

ValueSelectorLib

Numeric TextView with add & minus btn for Android.

##Usage

###Gradle

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

and

dependencies {
    compile 'com.github.mehdi-salehi:valueselectorlib:1.0'
}

Screenshots