废话不多说, 上图
虚线图1.png 虚线图2.png 代码
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<size android:height="1dp"/>
<stroke
android:dashGap="3dp"
android:dashWidth="10dp"
android:width="1dp"
android:color="@color/gray">
</stroke>
</shape>
网友评论