pdlivexp/live/src/main/res/drawable/bg_chat_automatic_item.xml
2022-07-18 15:31:45 +08:00

9 lines
328 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="15dp"/>
<!--实现应用背景颜色渐变-->
<gradient
android:startColor="@color/red_FD5E53"
android:endColor="@color/red_FF1679"
android:angle="45"/>
</shape>