Android 拇指大小

Android 拇指大小,android,android-layout,android-appcompat,Android,Android Layout,Android Appcompat,我想使用AppCompat提供的thumb,但尺寸要大得多,因此我可以使用非常大的交换机 <android.support.v7.widget.SwitchCompat android:layout_width="wrap_content" android:layout_height="100dp" android:id="@+id/toggleButton" android:layout_centerInParent

我想使用AppCompat提供的thumb,但尺寸要大得多,因此我可以使用非常大的交换机

    <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”允许我扩展宽度,但我不能增加拇指的大小