It's working fine for more than 5 tabs but when 3 tabs looking not so good.
This is my TabLayout XML Code:
<android.support.design.widget.TabLayout
android:gravity="center"
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/search_bar"
android:fillViewport="false"
app:tabGravity="center"
app:tabIndicatorColor="@color/ThemeColor"
app:tabIndicatorHeight="6dp"
app:tabMode="scrollable"
android:paddingBottom="2dp"
android:background="@drawable/bottom_dotted_border"
app:tabSelectedTextColor="@color/ThemeColor"
app:tabTextAppearance="@style/TabLayoutTextStyle"
app:tabTextColor="@color/White" />