I have 3 Relative Layouts(A,B and C) and parent of all these layouts is same(which is also a Relative Layout). Layout 'A' has fill_parent to its parent and other two(B and C) are on the first layout(Layout 'A').'B' aligned to top and 'C' aligned to bottom relative to 'A'. So when I touch on layout 'B' or 'C' the touchListener of Layout 'A' gets called.
So how to remove touchListener of layout 'A' when user tap on the 'B' or 'C'. I mean to say nothing happened when user tap on 'B' or 'C'