selector文件报错,怎么弄?
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android" > <item android:drawable="@drawable/gray_bg"android:state_pressed="true"> <item android:drawable="@drawable/white_bg"> </selector>
Error in an XML file: aborting build.
Multiple annotations found at this line:
- error: Error parsing XML: not well-formed (invalid token)
- Element type "item" must be followed by either attribute specifications, ">"