SwitchCompat Thumb Size

时间:2016-06-06 09:53:33

标签: android android-layout android-appcompat

我想使用AppCompat提供的拇指,但尺寸更大,所以我可以使用非常大的Switch

    <android.support.v7.widget.SwitchCompat
        android:layout_width="wrap_content"
        android:layout_height="100dp"
        android:id="@+id/toggleButton"
        android:layout_centerInParent="true"
        app:switchMinWidth="200dp"

      />

“app:switchMinWidth”允许我有一个扩展的宽度,但我不能增加拇指的大小。

0 个答案:

没有答案