Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 335 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 335 Bytes

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'
  }