摆脱Android

时间:2016-04-26 23:16:20

标签: android

我遇到以下问题:我已经构建了一个带有Android标签栏的ViewPager,我想删除标签栏的标高。这是我想要删除的黑线,或者与标签栏的颜色相同,我想要没有高程:请看下面的图片(我想摆脱黑线错误是示出):

enter image description here

我尝试了以下内容:

<android.support.design.widget.TabLayout
            android:id="@+id/tabs"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            app:tabIndicatorColor="@color/colorPrimary"
            app:tabIndicatorHeight="0dp"
            app:tabBackground="@color/colorPrimary"
            android:elevation="0dp"
            />

但这些变化似乎都不起作用。

有人可以告诉我我做错了吗?

0 个答案:

没有答案