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

9 lines
438 B
XML
Raw Normal View History

2022-11-07 16:48:16 +08:00
<?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">
2023-07-31 18:25:32 +08:00
<gradient android:type="linear" android:useLevel="true" android:startColor="#FE9C54" android:endColor="#FFC764" android:angle="180" />
2022-11-07 16:48:16 +08:00
<corners android:radius="6dp" />
</shape>
</item>
</selector>