Android 搜索栏
我只是想知道 Android 2.1 中的搜索栏是否发生了变化。我尝试创建一个,但它显示为一条带有圆圈的绿线,而不是通常的黄色矩形。如果是这样,是否有其他选项可以创建类似的搜索栏来控制 2.1 上的音量?谢谢
I'm just wondering if the seekbar changed in Android 2.1 . I tried to create one but it showing up as a green line with a circle on it instead of the usual yellow rectangle. If so, is there any other option to create a similar seekbar to control volume on 2.1? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
setThumb()
和setProgressDrawable()
的 SeekBar 来自定义 UIYou can use the
setThumb()
andsetProgressDrawable()
of SeekBar to customize the UI