Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 685 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 685 Bytes

SeekBarHint

Description

image

Getting Started

1 In your build.gradle:

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


dependencies {
            compile 'com.github.thinkSky1206:SeekBarHint:0.1.0'
}

2 In layout XML

<com.liuwp.seekbarhint.SeekBarHint
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

##TODO

  1. 添加自定义属性
  2. 添加不同形状popup text
  3. 修复在ScrollView的bug
  4. 其他

##Thanks progresshint