bdp_paycenter_view_dotted_line2.xml 423 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item>
  4. <shape android:shape="line" >
  5. <stroke
  6. android:dashGap="4dp"
  7. android:dashWidth="4dp"
  8. android:width="2dp"
  9. android:color="#ffffff" />
  10. <size android:height="4dp" />
  11. </shape>
  12. </item>
  13. </layer-list>