RadioGroup自定义

  • RadioGroupViewPage
    在开发中我们常用到RadioGroup与viewpage之间的联动 如以下页面常见的方式
    https://github.com/iconye/RadioGroupViewPage/tree/master
  • radioViewpager
    RadioGroup 和 ViewPager 联动
    https://github.com/likfe/radioViewpager
  • SegmentControl Widget
    https://github.com/7heaven/SHSegmentControl
dependencies {
    compile 'com.7heaven.widgets:segmentcontrol:1.17'
    compile 'com.7heaven.widgets:segmentcontrol:1.17'
}

你可能感兴趣的:(RadioGroup自定义)