android 一款圆环形的选择器,支持叠加使用

CircleSeekbar

下载地址:https://github.com/feeeei/CircleSeekbar

an android circle seekbar library

android 一款圆环形的选择器,支持叠加使用_第1张图片 android 一款圆环形的选择器,支持叠加使用_第2张图片 android 一款圆环形的选择器,支持叠加使用_第3张图片  android 一款圆环形的选择器,支持叠加使用_第4张图片 

quick start

1.Add root build.gradle

 repositories {
        // ...
        maven { url "https://jitpack.io" }
 }

2.Add build.gradle

dependencies {
            compile 'com.github.feeeei:CircleSeekbar:v1.1.1'
    }

3.Added to the XML

    

attrs

  
  
  

  
  
  

  
  
  

  
  
  

  
  
  
  
  

  
  

  
      

  

你可能感兴趣的:(Android,自定义控件进阶)