4

我的问题是关于Android SwitchCompat.

我想要的风格:

在此处输入图像描述

但我的开关风格是:

在此处输入图像描述

我的拇指宽度有问题。(请不要介意轨道大小)

这是我的 xml 代码:

<android.support.v7.widget.SwitchCompat
    app:switchMinWidth="@dimen/_108px"
    android:layout_width="@dimen/_108px"
    android:layout_height="@dimen/_60px"
    android:thumb="@drawable/switch_thumb_selector"
    app:track="@drawable/switch_track_selector" />

android:layout_width有助于设置轨道宽度,并android:layout_height有助于设置拇指高度。但我想设置拇指的宽度。如何设置拇指的宽度?

4

0 回答 0