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 android:listSelector="#00000000" or android:listSelector="@android:color/transparent" in your GridView XML element like bellow.
android:listSelector="#00000000"
android:listSelector="@android:color/transparent"