switch_thumb.xml 264 字节
Newer Older
J
Jolin Zhang46 已提交
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <size
        android:width="40dp"
        android:height="40dp" />
    <corners android:radius="20dp" />
    <solid android:color="#82eae5e5" />
</shape>