Use the app:tabTextColordefault tab color and the app:tabSelectedTextColorselected tab color.
<android.support.design.widget.TabLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabTextColor="#000000"
app:tabSelectedTextColor="#FFFFFF"/>
source
share