shape_usercenter_voicebg.xml
381 Bytes
<?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>