7 lines
229 B
XML
7 lines
229 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- 发送按钮背景 -->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="#2563EB" />
|
|
<corners android:radius="@dimen/sw_10dp" />
|
|
</shape>
|