如何在可绘制对象中获得边缘褪色的环形?我试过这个,但它不工作
<item>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="ring"
android:thickness="3dp"
android:useLevel="false" >
<gradient
android:startColor="#DDDDDD"
android:endColor="#33DDDDDD"
android:useLevel="false"
android:type="sweep"/>
<size
android:height="80dip"
android:width="80dip" />
</shape>
</item>
我想要这样的东西: