我制作了一个XML文件:
原文链接:https://www.f2er.com/xml/292982.html<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@drawable/calender_h" /> <item android:state_pressed="false" android:drawable="@drawable/calender_n" /> </selector>
但它给了我以下错误:
Failed to parse file G:\eclipseHeliosWorkspace\WineCountry\res\drawable\calendar_selector.xml
可能是什么问题呢?