I\'m trying to disable the highlighting of objects in a GridView in Android 2.2.
I found this other answer saying that I should set the selector to a transparent Col
If you just want to disable the visual aspect of the selection, you can do the following:
gridview.getSelector().setAlpha(0);