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.
Add this property to gridview
android:listSelector="@android:color/transparent"
Just set below property in your XML file.
android:focusableInTouchMode="false"