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 <psk...@gmail.com> 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 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
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

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 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