您的位置:首页 > 其它

按钮背景效果切换 selector

2016-03-09 15:56 225 查看
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!--选中时的图片背景-->
<item android:state_checked="true"   android:drawable="@drawable/er" />
<item android:state_checked="false"   android:drawable="@drawable/erer" />
</selector>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: