LongYiGroundStation/app/src/main/res/drawable/ffffffff_4round_1stroke_bg.xml
2025-10-14 13:47:12 +08:00

8 lines
213 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="4dp"/>
<stroke android:width="0.4dp" android:color="#ffffff"/>
</shape>