pdlivexp/live/src/main/res/drawable/bg_user_card_lv.xml
2022-11-07 16:48:16 +08:00

9 lines
442 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:width="112dp" android:height="56dp">
<shape android:shape="rectangle">
<gradient android:type="linear" android:useLevel="true" android:startColor="#ffff8abd" android:endColor="#fffe9aaa" android:angle="180" />
<corners android:radius="6dp" />
</shape>
</item>
</selector>