gpt4 book ai didi

android - PagerTabStrip - 使选项卡居中,或使它们适合

转载 作者:行者123 更新时间:2023-11-29 14:37:35 26 4
gpt4 key购买 nike

我正在使用这个库 https://github.com/astuetz/PagerSlidingTabStrip创建一个 PagerTabStrip。

我的输出 enter image description here

你可以看到在我的选项卡之后我有一些空白空间。我想让标签适合所有屏幕,或者至少让标签居中。这可能吗?

<com.astuetz.PagerSlidingTabStrip
android:layout_gravity="center_horizontal"
android:gravity="center_horizontal"
android:background="@color/facebook_theme_light"
android:id="@+id/activity_posts_tabs"
android:layout_width="match_parent"
android:layout_height="48dip" />

<android.support.v4.view.ViewPager
android:background="@color/facebook_theme_dark"
android:id="@+id/activity_posts_pager"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/activity_posts_tabs"
tools:context=".MainActivity" />

最佳答案

为此寻找解决方案,库中已经内置了一个,只需使用:

psts:pstsShouldExpand="true"

标签将在布局中展开并居中。

关于android - PagerTabStrip - 使选项卡居中,或使它们适合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27281302/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com