【发布时间】:2016-12-29 11:36:39
【问题描述】:
我想使用shape 制作虚线。
这是我的 XML:
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="line">
<stroke android:color="@color/grey_divider"
android:width="1dip"
android:dashWidth="5dip"
android:dashGap="13dip"/>
</shape>
</item>
</selector>
如何解决?
【问题讨论】:
标签: android android-shape