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

9 lines
250 B
XML
Raw Normal View History

2025-08-26 13:45:32 +05:30
<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>