Android画虚线
<shape xmlns:android="http://schemas.android.com/apk/res/android"android:shape="line">
注意4.0以上使用该shape只会显示直线不会显示虚线,此时需要在使用的时候添加属性android:layerType="software"
<shape xmlns:android="http://schemas.android.com/apk/res/android"android:shape="line">
注意4.0以上使用该shape只会显示直线不会显示虚线,此时需要在使用的时候添加属性android:layerType="software"