POZO_Retail/app/build/intermediates/merged-not-compiled-resources/release/drawable/dashed_line.xml

9 lines
250 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<stroke
android:width="1dp"
android:color="@android:color/black"
android:dashWidth="4dp"
android:dashGap="5dp"/>
</shape>