这段代码给了我一条虚线(--------------------),但我想要的是一条虚线(............ .............)。下面使用列表视图的代码给出了一条虚线作为行分隔符,但我想要一条虚线。有没有办法做到这一点。
dotted.xml
<?xml version="1.0" encoding="utf-8"?>
<size
android:height="4dp"
android:width="700dp"/>
<stroke
android:dashWidth="3px"
android:color="@android:color/black"
android:dashGap="3px"/>