的Android L是不能畫虛線繪製背景如下:
的Android L是不能畫虛線繪製背景
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="line" >
<stroke
android:dashGap="1dp"
android:dashWidth="1dp"
android:color="#999999" />
<size android:height="1dp" />
</shape>
</item>
</selector>
我也是在XML中使用layerType =「軟件」。 請幫忙。
你有沒有嘗試添加筆劃寬度? – alanv