设置上下屏选项卡
hiii..在一项活动中,我想在活动的顶部设置 4 个选项卡,在底部设置 2 个选项卡?我在顶部创建 4 个选项卡,但无法在底部创建 2 个选项卡,请帮助我...
hiii..in an activity i want to set 4 tabs on the top and 2 tabs in the bottom section of activity?? i create 4 tabs in top section but unable to create 2 tabs in bottom section, please help me...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 http://developer.android.com/reference/android/widget/ TabHost.html 在视图中的任意位置指定其他选项卡。
因此,对主 (4) 个选项卡使用 TabActivity,其他选项卡可以通过附加代码进行管理。
You can use http://developer.android.com/reference/android/widget/TabHost.html to specify additional tabs anywhere in your views.
So use a TabActivity for the main (4) tabs, and the other ones can be managed by additional code.