tablayout android code example
Example 1: tabs full in tab layout
<android.support.design.widget.TabLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMaxWidth="0dp"
app:tabGravity="fill"
app:tabMode="fixed" />
Example 2: tablayout dependency
compile 'com.android.support:design:24.2.0'