Files
Inbound20260114/app/src/main/res/drawable/shape_dash_border.xml
T
2026-02-10 09:36:18 +08:00

10 lines
322 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="10dp" />
<stroke
android:width="2dp"
android:color="#FFBDC5CE"
android:dashWidth="10dp"
android:dashGap="3dp" />
</shape>