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 nexus7 nexus 4 screenshot nexus 4

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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -