Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在这里触摸列表视图时,我想透明背景触摸和滚动后为白色
2 图像错误我想要第一个图像类型如何在列表视图中禁用触摸时的白色背景
在 ListView 中使用这些标签
android:cacheColorHint="#00000000" android:listSelector="#00000000"
这应该适合你。
用户这个。
android:divider="@android:color/transparent" android:listSelector="@android:color/transparent"