唐浩
2025-09-24 de7f93c0bc4a3c576095eb7e09217a35c183ed1d
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:topRightRadius="4dp" android:topLeftRadius="4dp"/>
    <gradient android:startColor="#CC201C" android:endColor="#FB7973" android:angle="270"/>
</shape>