I just added the new TabLayout component to my app. As you may know there are two different modes for tabs app:tabMode=\"scrollable\" and app:tabMode=\"fi
app:tabMode=\"scrollable\"
app:tabMode=\"fi
If it is an option you could center the tabs with a RelativeLayout and by setting android:layout_centerHorizontal="true"
This will give you an equal margin on both the left and right side.
e.g.