在xml文件里面有listselecter的属性引用 <ListView Android:layout_width="match_parent" a
在xml文件里面有listselecter的属性引用
<ListView
Android:layout_width="match_parent"
android:layout_height="wrap_content"
android:listSelector="@android:color/transparent">
</ListView>
引用transparent之后会让点击效果透明化,昨天整了半天才搞出来,记录一下。
PS:去除或替换listview 默认的点击选中时的颜色
1.去除默认的点击选中时的颜色
(1)设置列表layout的backgroudcolor属性就OK了。
(2)
Android:focusable="false" android:focusableInTouchMode="false"
android:cacheColorHint="#00000000" android:listSelector="#00000000"
2.替换listview 默认的点击选中时的颜色
设置listivew的listSelector属性就可以了。
您可能感兴趣的文章:Android 中ListView点击Item无响应问题的解决办法Android 中ListView的Item点击事件失效的快速解决方法listview点击无效的处理方法(推荐)
--结束END--
本文标题: Android中如何取消listview的点击效果
本文链接: https://lsjlt.com/news/22588.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-01-21
2023-10-28
2023-10-28
2023-10-27
2023-10-27
2023-10-27
2023-10-27
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0