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