学考乐离线App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

shape_switch_track.xml 312B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--背景图片:滑动条-->
  3. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:shape="rectangle">
  5. <size android:height="24dp" android:width="50dp" />
  6. <corners android:radius="12dp" />
  7. <solid android:color="@color/gray_1" />
  8. </shape>