我的 android 家伙正在使用以下 XML 作为图像:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<corners android:radius="7dp" />
<solid android:color="#5ab9a3"/>
<gradient
android:angle="270"
android:endColor="#cc5ab9a3"
android:startColor="#5ab9a3" />
</shape>
我可以以某种方式直接将此描述转换为图像吗?