我想使用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”允许我有一个扩展的宽度,但我不能增加拇指的大小。