TabWidget 按钮
是否可以在底部而不是顶部显示选项卡按钮?我需要移植一个应用程序,该应用程序最初是在 iPhone 上设计的,默认的“选项卡”按钮位于底部。
Is it possible to display tab buttons at bottom, rather than top? I need to port an application, which was originally designed on iPhone, where the default "tab" buttons are at the bottom.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看此主题,其中提供了一种已知的方法来执行此操作。不过,我想您可以通过覆盖 SDK 的某些类来获得等效的结果。
You can have a look at this topic which gives one known method to do this. However, I suppose that you can obtain an equivalent result by overriding some classes of the SDK.