Fill TabLayout tabs in landscape

This commit is contained in:
Phillip Hsu 2016-09-20 17:36:22 -07:00
parent d219f7e0c1
commit 6c9ac67bbf

View File

@ -26,7 +26,8 @@
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent"
app:tabGravity="fill"/>
</android.support.v7.widget.Toolbar>