小技巧:虚线分割线

//使用方式:
   "@style/dash_line"/>
//定义style:
   
//定义shape:
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="line">

    <stroke
        android:width="@dimen/px2"
        android:color="#979797"
        android:dashGap="@dimen/px8"
        android:dashWidth="@dimen/px5" />
shape>

你可能感兴趣的:(Android,tips)