Android 中的滚动 SlidingDrawer 视图
我正在使用 SlidingDrawer 来显示一些选定的 Facebook 联系人。打开时,如果我的 SlidingDrawer 手柄 + 内容的总宽度大于屏幕宽度(例如,如果底部显示超过 6 个联系人),如何使其可滚动以便能够看到所有联系人如下图所示)?
谢谢
I'm using a SlidingDrawer to show some selected Facebook contacts. When open, how can I make it scrollable to be able to see all the contacts if the total width of my SlidingDrawer's handle + content is greater than the width of my screen (eg if there are more than 6 contacts to be shown in the bottom image shown below)?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我尝试将抽屉的内容放入
HorizontalScrollView
< /a>,或使用图库
。I'd try putting the drawer's content in a
HorizontalScrollView
, or using aGallery
.