I want to create a TabLayout like this:
But it's coming Like :
This is my code:
<com.google.android.material.tabs.TabLayout android:id="@+id/tab_layout" android:layout_width="match_parent" android:layout_height="40dp" android:layout_margin="8dp" app:tabMode="scrollable" app:tabGravity="fill" app:tabIndicatorHeight="0dp" app:tabSelectedTextColor="@color/white" app:tabIndicator="@drawable/bg_tabs_select" app:tabIndicatorColor="@android:color/transparent" app:tabIndicatorGravity="stretch" app:tabTextColor="@color/black" />