如何自定义SwitchCompat UI

时间:2019-03-07 00:21:47

标签: android

如何使用自定义UI自定义SwitchCompat

我只想像这样自定义我的SwitchCompat

enter image description here

但这就是我得到的

enter image description here

这是我的SwitchCompat

<androidx.appcompat.widget.SwitchCompat
        android:text="Custom Switch Compat"
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:textOn="ON"
        android:textOff="OFF"
        app:thumbTextPadding="15dp"
        app:switchPadding="10dp"
        app:showText="true"
        android:id="@+id/switch1"/>

感谢您的帮助,谢谢。

0 个答案:

没有答案