You can disable the clip by using android:clipChildren="false" on the ViewGroup and its parent.
On Wed, Dec 2, 2009 at 11:09 AM, skink <[email protected]> wrote: > hi, > > i have small ViewGroup somewhere in the middle of the screen. > > this ViewGroup contains some Views that i'd like to animate. > > now this ViewGroup in dispatchDraw() method manages any child Views > animations, clipping them to ViewGroup's bounds > > my question is whether it is possible not to clip them to ViewGroup's > bounds? > > thanks > pskink > > -- > 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 > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them -- 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

