I Have a GrinView with costum Adapter that defines some ImageViews and set onClick event. When the user clicks the buttons it show some orange background, as the iimage bellow. How can I avoid this background display?

I Have a GrinView with costum Adapter that defines some ImageViews and set onClick
Share
Try setting
in your layout xml.
Are you sure you are using a ImageView with onClickListener? If you are using an ImageButton, try changing it into a ImageView (that doesn’t bring onClick-animation).
Cheers