Android 寻找具有指定提示的柱
Android Seek bar with specified hint
我是 android 的新手
请任何人help.how更改搜索栏hint.I搜索中有四种食物bar.When我将搜索栏更改为一种食物item.I需要显示相关的命中信息食品。
检查这个 discreteSeekBar ,
依赖关系
它使用 com.android.support:support-v4
作为唯一的 依赖项 。
用法
repositories {
jcenter()
}
dependencies {
compile 'org.adw.library:discrete-seekbar:1.0.1'
}
您可以将这些 库 用于 android 工具提示。关注这些 link.
https://github.com/xizzhu/simple-tool-tip
https://github.com/sephiroth74/android-target-tooltip
我是 android 的新手 请任何人help.how更改搜索栏hint.I搜索中有四种食物bar.When我将搜索栏更改为一种食物item.I需要显示相关的命中信息食品。
检查这个 discreteSeekBar ,
依赖关系
它使用 com.android.support:support-v4
作为唯一的 依赖项 。
用法
repositories {
jcenter()
}
dependencies {
compile 'org.adw.library:discrete-seekbar:1.0.1'
}
您可以将这些 库 用于 android 工具提示。关注这些 link.
https://github.com/xizzhu/simple-tool-tip
https://github.com/sephiroth74/android-target-tooltip