根据屏幕大小

时间:2016-07-05 14:55:03

标签: android android-layout

如何扩展标签布局的宽度?现在我拥有的是:

平板电脑上的

(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" />

在手机(Nexus 4)上按需扩展:

enter image description here

我如何扩展它与在手机中扩展相同?

0 个答案:

没有答案