How can I turn off the orange highlight when clicking an item in a GridView?
I haven\'t been able to find a solution in the documentation or through testing.
I did the same thing in code using
GridView.setSelector(new ColorDrawable(Color.TRANSPARENT));