Tab not taking full width on Tablet device [Using android.support.design.widget.TabLayout] -
i have setup tabs update 29/05/2015 this post. tabs take full width on nexus 4 mobile on nexus 7 tablet in center , not cover full screen width.
nexus 7 screenshot
nexus 4 screenshot 
a "simpler" answer borrowed kaizie adding app:tabmaxwidth="0dp" in tablayout xml:
<android.support.design.widget.tablayout android:layout_width="match_parent" android:layout_height="wrap_content" app:tabmaxwidth="0dp" app:tabgravity="fill" app:tabmode="fixed" />
Comments
Post a Comment