小编Bir*_*ngh的帖子

Text inside tabs of a TabLayout is not centered

I am using a TabLayout. I want full screen width to be filled by TabLayout, so I added app:tabGravity="fill". My problem is that now tab text is not centered. Here is a screenshot:

请参阅选项卡一下的粉红色条

The code of TabLayout is as follows:

    <android.support.design.widget.TabLayout
        android:id="@+id/tab_layout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_below="@+id/toolbar"
        app:tabMode="fixed"
        app:tabGravity="fill"
        app:tabTextColor="#d3d3d3"
        app:tabSelectedTextColor="#ffffff"
        app:tabIndicatorColor="#ff00ff"
        android:minHeight="?attr/actionBarSize"
        />
Run Code Online (Sandbox Code Playgroud)

I have seen many questions but none of them solves my problem. Any help is highly appreciated. For details I want to tell that I am trying …

android android-tablayout

6
推荐指数
1
解决办法
6522
查看次数

标签 统计

android ×1

android-tablayout ×1