Android: Disable highlighting in GridView

前端 未结 8 1316
囚心锁ツ
囚心锁ツ 2020-12-04 11:30

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.

8条回答
  •  北海茫月
    2020-12-04 11:46

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

提交回复
热议问题