Android Seek bar with specified hint

好久不见. 提交于 2019-11-29 02:45:07

Check this discreteSeekBar ,

Dependencies

It uses com.android.support:support-v4 as the only dependency.

Usage

repositories {
    jcenter()
}

dependencies {
    compile 'org.adw.library:discrete-seekbar:1.0.1'
}

You can use these libraries for android tooltip. Follow these link.
https://github.com/xizzhu/simple-tool-tip
https://github.com/sephiroth74/android-target-tooltip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!