pdlivexp/live/src/main/res/drawable/background_system_message.xml
2022-09-07 13:37:59 +08:00

9 lines
274 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="95dp" />
<solid android:color="@color/red" />
<stroke
android:width="1dp"
android:color="@color/white" />
</shape>