gpt4 book ai didi

android - TabLayout 可滚动选项卡填充计算错误

转载 作者:太空宇宙 更新时间:2023-11-03 11:04:04 24 4
gpt4 key购买 nike

我们在 xml 中有这个 TabLayout:

<android.support.design.widget.TabLayout
android:id="@+id/sliding_tabs"
app:tabGravity="fill"
app:tabContentStart="@dimen/tab_content_start"
app:tabIndicatorColor="@color/MaterialDividerColor"

app:tabSelectedTextColor="@color/DarkRed"
app:tabTextColor="@color/Black"
android:layout_width="match_parent"
android:layout_height="wrap_content"

问题是,当在平板电脑上显示时,它看起来真的很奇怪,所有选项卡都具有相同的宽度,因此每个选项卡都有截然不同的填充:

enter image description here

令人惊讶的是,在手机上它按预期工作,或者至少看不到问题:

enter image description here

我正在使用 23.2.0 支持库,坦率地说,它看起来充满了错误。

最佳答案

当你有app:tabMode="scrollable"的TabLaout时,你需要给tabMinWidth一些值,比如app:tabMinWidth="40dp"。否则,制表符填充将不起作用。

关于android - TabLayout 可滚动选项卡填充计算错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36015478/

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