Android中如何滚动固定大小的滚动条?
如何在 Android 应用程序中滚动 listView
中固定大小(如 40px)的滚动条?
How can I scroll the scrollbar in my listView
of a fixed size like 40px in my Android application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试提供这样的 listView 属性,
这将使您的 listview 仅占据 height 属性中指定的高度,这样您就可以单独获得 40px 的滚动。
Try provding the listView attributes like this,
This will make your listview to occupy only the height specified in the height attribute and as of which you can get your scroll for 40px alone.