为了账号安全,请及时绑定邮箱和手机立即绑定

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, ">" 


正在回答

2 回答

<?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>

反斜杠表示结束item

0 回复 有任何疑惑可以回复我~
#1

WD1510544969 提问者

非常感谢!
2016-06-20 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312585    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

selector文件报错,怎么弄?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信