Android:Seekbar 不会一直滚动到结束
您好,我的应用程序中有一个搜索栏,我需要捕捉到 7 个位置。为了实现这一点,我将 Seekbar 的 max 属性设置为 7。现在,为了美观,我需要能够将我的搜索栏一直拖动到栏的末尾,但是当我为 max 属性设置一个值时,滚动不会一直拖到结束。为什么会发生这种情况以及我该如何解决它?
Hi I have a seekbar in my app that i need to snap to 7 positions. To achieve this I set the max property of the Seekbar to 7. NOw, to be aesthetically pleasing, i need to be able to drag my seekbar all the way to end of the bar, but when I set a value to the max property, the scroll won't drag all the way to end. Why does this happen and how can I get around it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在搜索栏的两侧添加一些填充
try adding some padding to the sides of your seekbar