Android Seek bar with specified hint

前端 未结 2 714
有刺的猬
有刺的猬 2020-12-16 08:56

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 m

相关标签:
2条回答
  • 2020-12-16 09:21

    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

    0 讨论(0)
  • 2020-12-16 09:32

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

    0 讨论(0)
提交回复
热议问题