动作条的标签不补的TabBar动作、标签、TabBar

由网友(自信的女孩最美丽i)分享简介:在尝试,我终于找到了一个方法的动作条的TabBar从动作条manualy分开小时。actionbar转换的标签,列出的导航,如果没有足够的空间但现在有留下一个问题。该标签不补的TabBar。After hours of trying I finally found a method to separate the...

在尝试,我终于找到了一个方法的动作条的TabBar从动作条manualy分开小时。 actionbar转换的标签,列出的导航,如果没有足够的空间 但现在有留下一个问题。该标签不补的TabBar。

After hours of trying I finally found a method to separate the actionbar tabbar from the actionbar manualy. actionbar convert tabs to list navigation if there is no room But now there is one problem left. The tabs don't fill the tabbar.

修改 该选项卡添加到动作条是:     ActionBar.Tab relatieTab = actionBar.newTab()的setText(不相关的亲戚)。     actionBar.addTab(relatieTab);

EDIT The tabs are added to the actionbar by: ActionBar.Tab relatieTab = actionBar.newTab().setText("Relaties"); actionBar.addTab(relatieTab);

推荐答案

尝试切换父。如果不行尝试访问这个帖子:Stacked动作条的标签栏不填父

Try to switch the parent. If that doesn't work try visiting this post: Stacked ActionBar tab bar not filling parent

祝你好运:)

阅读全文

相关推荐

最新文章