[android-developers] Re: "modal" ViewGroups

2009-03-19 Thread skink
skink wrote: > On 19 Mar, 09:53, skink wrote: > > i'm aware of setDescendantFocusability(boolean) but still such > ViewGroup can process TouchEvents and setEnabled doesn't do the trick > since its not overriden by ViewGroup... so if there is not any setDescendantEnabled, is there any way to d

[android-developers] Re: "modal" ViewGroups

2009-03-19 Thread skink
On 19 Mar, 09:53, skink wrote: > hi, > > suppose i have two 'main' subtrees in my view hierarchy. > > is there any way to 'disable' one subtree (ViewGroup) so that it does > not gain fosus, touch events etc (maybe even it gets blurred/ > translucent). > > basically something similar to Dialog b