I'm having a problem with a OnClickListener
on a Relative Layout
. The Relative Layout
has a GridView
inside, and I'm not able to make the clicks pass through the GridView
.
What I would like to achieve is that the whole Relative Layout
is responsive to clicks. Without the GridView
it obviously works like a charm. But if I add the GridView
with some elements, the whole area of the GridView
becomes unresponsive. Only above the GridView
it remains responsive.
So I tried everything: setting the GridView
to don't allow touch, to be not clickable to pass it to the ParentView
, but without any result.
Does anybody of you have an idea what I could try ?
Thanks a lot for any help! Cheers