您的位置:首页 > 其它

ListView取消默认点击背景颜色

2017-03-01 10:22 337 查看
说是取消点击背景颜色,其实是把背景颜色设置为透明,如下

<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:listSelector="@android:color/transparent"
>

</ListView>


这样点击item的时候就看不到点击效果了,希望对你有所帮助
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐