pdlivexp/live/src/main/res/drawable/background_system_message.xml

9 lines
274 B
XML
Raw Normal View History

2022-09-03 16:49:01 +08:00
<?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" />
2022-09-07 13:37:59 +08:00
2022-09-03 16:49:01 +08:00
</shape>