android:如何将tabhost的选项卡设置为两行?
现在我想像这样设置选项卡小部件:
我该怎么办?我所知道的可能性是修改Android源代码,有更好的想法吗?多谢!
Now I want to set the tab widget like this style:
how should I do? All I know the possibility is to modify the Android source code, Any better ideas? Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 Fragment 来执行这个技巧:请参阅 Android 文档。因此,您应该在任何布局中添加例如 4 个按钮,并通过单击其中之一来显示 4 个不同的片段,下面是显示一个片段的示例:
I use Fragment to perform the trick: Please see the Android's Doc. So you should add for example 4 buttons in what ever layout and show 4 different Fragment by click one of them, below is the sample to show one Fragment: