Android 搜索栏小部件:没有垂直方向?
我不敢相信没有办法改变 SeekBar 小部件的方向。我一直在仔细研究这个小部件的属性,但找不到任何允许我将其方向更改为垂直的内容。
那么,我是否遗漏了一些明显的东西?我是否必须编写自己的搜索栏实现才能使其拇指向上/向下滑动而不是向左/向右滑动?
I can't believe there is no way to change the orientation of the SeekBar widget. I've been perusing this widget's properties and I can't find anything that allows me to change its orientation to vertical.
So, am I missing something obvious? Do I have to write my own implementation of a seekbar to have its thumb slide up/down instead of left/right?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有两种方法可以实现目标
1- 使用 xml
对于大于 api 11 2 的 api
创建自定义垂直搜索栏
-如果您想创建自定义进度条和拇指,则
在您要添加搜索栏
tump_shap.xml
的活动中progress.xml
there are two way to achive the goal
1- Uing xml
For api greater then api 11
2- creating custom vertical seek bar
if you want to create custom progress bar and thumb
In your activity where you want to add seekbar
tump_shap.xml
progress.xml