Question

I have a gridview when I am clicking one of the item it showing a blue box around this how to remove this

without clicking looks like this

enter image description here

When clicking showing this kind of blue box

enter image description here

how to remove it

Was it helpful?

Solution

Try android:listSelector="#00000000" to your gridview xml file. This will remove any kind of background of the gridview.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top