> An app I'm currently developing shows strange behaviour: a view in
> background receives input.
> In a FrameLayout, I put a view on top of another (detail view open
> when an item of a list is selected).
> Visually, everything looks as expected. But when touching anything
> with the detail view in foreground, events of the list in background
> are triggered (which means that another detail view opens on top of
> the first one, and then another one etc.).

Try setting android:clickable="true" and/or android:focusable="true"
on the top view.

Pent

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

Reply via email to