Files
Inbound/app/src/main/res/drawable/bg_blue_radius10.xml
T
2025-10-28 19:22:31 +08:00

6 lines
220 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#FF0032C8"/>
<corners android:radius="10dp"/>
</shape>