Blame view

app/src/main/res/drawable/shape_usercenter_voicebg.xml 381 Bytes
sunhongmin committed
1 2 3 4 5 6 7 8 9 10 11 12
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <corners
        android:bottomLeftRadius="100dp"
        android:bottomRightRadius="100dp"
        android:topLeftRadius="0dp"
        android:topRightRadius="100dp"></corners>
    <gradient android:startColor="#FD7239" android:endColor="#FC203F"></gradient>


</shape>