Android Seek bar with specified hint

2019-01-24 23:06发布

I am new to android Please any one help.how to change Seek bar hint.I have four types of food in seek bar.When I change the Seek bar to one food item.I need to show a hit message that related food item.

enter image description here

2条回答
Emotional °昔
2楼-- · 2019-01-24 23:24

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'
}

enter image description here

查看更多
等我变得足够好
3楼-- · 2019-01-24 23:27

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

查看更多
登录 后发表回答