this screen shot is for android 4.3 on tablet size and i'm trying to fill columns to fix them like with match_parent
my xml layout:
<android.support.design.widget.TabLayout
android:id="@+id/categoriesTabsLayout"
android:layout_width="match_parent"
android:layout_height="40dp"
android:background="@color/colorPrimaryDark"
app:tabGravity="fill"
app:tabMode="fixed"
app:tabSelectedTextColor="@color/white"
app:tabTextColor="@color/white"
/>