Quantitizer
Setup
Add it in your root build.gradle
at the end of repositories:
allprojects {
repositories {
//...omitted for brevity
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
implementation "com.github.kojofosu:Quantitizer:$latest_release"
}
Usage
Sample implementation here
Horizontal Quantitizer
- Add
HorizontalQuantitizer
in your layout xml file
<com.mcdev.quantitizerlibrary.HorizontalQuantitizer android:id="@+id/h_q" android:layout_width="wrap_content" android:layout_height="wrap_content"/>