Android Seek bar with specified hint

时光毁灭记忆、已成空白 提交于 2019-11-27 17:02:19

问题


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.


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/35307977/android-seek-bar-with-specified-hint

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