LongYiGroundStation/app/src/main/res/drawable/ff03a9f4_4round_1stroke_bg.xml
2025-09-09 09:50:51 +08:00

12 lines
267 B
XML

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