Hi there,

I have a FrameLayout with two inner LinerLayouts overlayed.

+ FrameLayout
      + LinearLayout 1
      + LinearLayout 2


In some cases I'd like the LinearLayout 2 doesn't handle the click
event. I can't set Visibility to GONE, but only to INVISIBLE.
The aim is that the LinearLayout 1, that is under, can handle that
click.

is it possible to do that without using onTouchListener?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to