Custom view for generating similar look as a UISegmentedControl in iOS
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.puhgeh:SegmentedGroup:1.0.0'
}