阅读背景:

Android画虚线显示的时候却是实线问题

来源:互联网 
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="line" xmlns:android="https://schemas.android.com/apk/res/android" >
	<stroke 
	    android:width="1dp"
	    android:color="@color/border_line"
	    android:dashWidth="2dp"
	    android:dashGap="2dp"/>
	<size android:height="2dp"/>
</shape><?xml version="1.0" encoding="utf-8"?>
<shape a



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: