我在资产文件夹中有一个背景xml desc 文件,我怎样才能获得可绘制的obj?xml文件如下:
<?xml version="1.0" encoding="utf-8"?>
<item android:state_focused="false">
<shape>
<gradient android:startColor="#2b2c2d" android:endColor="#404142" android:angle="270" />
</shape>
</item>
<item android:state_focused="true">
<shape>
<gradient android:startColor="#2b2c2d" android:endColor="#404142" android:angle="270" />
</shape>
</item>