shape_gradient.xml 303 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient
        android:gradientRadius="300"
        android:startColor="#ffffff"
        android:centerX="0.5"
        android:centerY="0.5"
        android:type="radial"
        />
</shape>