唐浩
19 小时以前 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="#FFFFB6B2" android:endColor="#00ffffff" android:angle="270"/>
</shape>