Android Switch thumb image stretched
问题 I need a custom Switch in Android application. I'm using this code: <Switch android:id="@+id/switchmode" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_alignParentBottom="true" android:textOn="" android:textOff="" android:switchMinWidth="0dp" android:thumb="@drawable/switch_bg" android:track="@drawable/track_bg" android:layout_marginBottom="20dp" android:layout_marginRight="20dp" /> track_bg file is: <selector