Android:滑动按钮容器小部件
我的应用程序上的按钮空间不足,因此我想将它们粘贴到某种滑动容器中,例如 Astro 文件管理器应用程序顶部的容器。我该怎么做呢?我用谷歌搜索过这个,但找不到任何东西。
I am running out of room on my app for buttons, so I want to stick them into some sort of sliding container, like the one at the top of the Astro File Manager app. How do I go about doing this? I've Googled this and can't find anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将按钮放在滚动视图中,这正是 2.x 设备中联系人弹出窗口中的操作方式。
put your buttons in a scrollview, that is exactly how its done in the contacts popup in 2.x devices.