Skip to content

Custom view for generating similar look as a UISegmentedControl in iOS

Notifications You must be signed in to change notification settings

puhgeh/SegmentedGroup

Repository files navigation

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

About

Custom view for generating similar look as a UISegmentedControl in iOS

Resources

Stars

Watchers

Forks

Packages

No packages published