3个回答
展开全部
在drawable/下新建xml:
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/untitle" android:state_pressed="true"/>
<item android:drawable="@drawable/title" android:state_focused="false" android:state_pressed="false"/>
<item android:drawable="@drawable/untitle" android:state_focused="true"/>
<item android:drawable="@drawable/title" android:state_focused="false"/>
</selector>
给你要点击的控件设置背景即可
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/untitle" android:state_pressed="true"/>
<item android:drawable="@drawable/title" android:state_focused="false" android:state_pressed="false"/>
<item android:drawable="@drawable/untitle" android:state_focused="true"/>
<item android:drawable="@drawable/title" android:state_focused="false"/>
</selector>
给你要点击的控件设置背景即可
更多追问追答
追问
我的控件是imageview设置后没效果,加上android:clickable="true"这句后才有一点效果,但是第一次点击时都没反应,之后才正常
追答
那说明你imageview的事件问题。估计你是放在listview里面。在getview方法中运用了onclick事件监听对吧。这样就会出现这样的问题。你换成onTouch方法
展开全部
用StateListDrawable,然后设置给被点击的view。
追问
我就是用的StateListDrawable,之前没效果,但是设置了imageview的android:clickable="true,才有点效果,请问imageview可以设置触摸为TRUE吗
追答
可以设置为true。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2015-01-20
展开全部
百度啊,度娘回过神你的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询