<nine-patch> requires a valid 9-patch source image

来源:互联网 发布:手机java微信怎么登陆 编辑:程序博客网 时间:2024/06/05 15:23

org.xmlpull.v1.XmlPullParserException: Binary XML file line #5: <nine-patch> requires a valid 9-patch source image


在写selector的时候, 其中bg_1_down.9.png出现上述的错误时因为,png被处理成9-patch时候是否处理成正确的9-patch格式
<item 
        android:state_pressed="true">
        <nine-patch 
            android:src="@drawable/bg_1_down"
            android:dither="true"
            android:autoMirrored="true"/>
    </item>

0 0
原创粉丝点击