FragmentTabHost:如何为tab分享相等的空间

时间:2013-12-27 12:28:57

标签: android fragment-tab-host

我在项目中实现了FragmentTabHost,它为标签共享相同的空间。它在android 4.0和grater中工作顺利。但是当我在3.0上运行它时,标签不能平均分配空间,你可以在下面的img中看到。 enter image description here

我需要实现如下enter image description here

需要帮助才能实现这一目标。提前谢谢。

3 个答案:

答案 0 :(得分:0)

你需要将FragmentTabHost的layout_width更改为 match_parent

答案 1 :(得分:0)

提供layout_weight属性并为所有选项卡指定相同的权重。例如:android:layout_weight="1"

答案 2 :(得分:0)

在onCreate slidingTabLayout.setDistributeEvenly(true);中尝试此操作 我还将你链接到一个幻灯片视频,在那里他会解释更多