switch_thumb_off.xml 310 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:shape="oval">
  5. <size
  6. android:width="20dp"
  7. android:height="20dp" />
  8. <solid
  9. android:color="#ffffff" />
  10. <stroke
  11. android:width="1dp"
  12. android:color="#e5e5e5" />
  13. </shape>