Custom-Switch-Button
Gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Include the library in your build.gradle
Add dependency
dependencies{
implementation 'com.github.DangiAshish:Custom-Switch-Button:1.0'
}