0

how can i expand the width of my tab layout ? right now what i have is this:

on a tablet (1024 x 600) :

enter image description here

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:

enter image description here

how can i expand it same as it expanded in phones ??

remy boys
  • 2,928
  • 5
  • 36
  • 65

0 Answers0