9 lines
277 B
XML
9 lines
277 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="line">
|
|
<size android:height="2dp"/>
|
|
<stroke
|
|
android:color="@color/bg_gray2"
|
|
android:dashWidth="1px"
|
|
android:dashGap="1px"
|
|
android:width="1dp"/>
|
|
</shape> |