我有這個代碼改變標籤佈局的文本顏色, ,但它根本不起作用!如何更改標籤佈局的文本顏色?
app:tabTextColor
不起作用,它不能改變顏色爲白色。
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
app:tabIndicatorColor="@color/blue"
app:tabIndicatorHeight="5dp"
app:tabTextColor="@color/white" />
你的背景是白色的,你希望你的tabtextcolor是白色的 – Bek
你想解釋什麼。你能上傳你的截圖嗎? – Bek