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
- 添加自定义属性
- 添加不同形状popup text
- 修复在ScrollView的bug
- 其他
##Thanks progresshint