how can i expand the width of my tab layout ? right now what i have is this:
on a tablet (1024 x 600) :
mt tabLayout xml :
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#e4e4e4"
android:elevation="6dp"
android:minHeight="?attr/actionBarSize"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:layout_below="@+id/viewpager"
android:fillViewport="false"
android:clickable="false" />
on a phone (Nexus 4) its expanding as desired:
how can i expand it same as it expanded in phones ??