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
Just Set v.setOnClickListener(null);
Set v.setOnClickListener(null);