Useful notes & manuals
from the
world wide web
L:
P:
Register now!
Disabling highlight on ListView items on click Android
Source code from: unknown Created by tlw on 29.11.2023 @ 23:50

ListView can be used for viewing only with no click. The following code will disable orange (default) color on click.

<ListView android:listSelector="@android:color/transparent"
android:cacheColorHint="@android:color/transparent"
/>

listview   disable   highlight   click
 
Created by THE LOST WEB © 2009-2012