Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: Disable highlighting in GridView

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.

like image 932
Impression Avatar asked May 19 '10 13:05

Impression


1 Answers

Use android:listSelector="#00000000" in your GridView element in your XML layout file.

like image 162
CommonsWare Avatar answered Sep 22 '22 09:09

CommonsWare