Anyone? This seems to be the case with all layout animations, not just
Gallery's.

On Oct 29, 10:54 am, RalphLeon <[email protected]> wrote:
> So, if you have a layout animation attached to a gallery with the
> views coming from _outside_ of the parent (a translation animation):
> how do we get the views to not be clipped to the gallery?
>
> At first guess:
>
>     Gallery.setClipChildren(false);
>
> seems like it should work, but the animations are still clipped to the
> bottom of the gallery!
>
> My current work around is to setClipPadding(false) then add 100px of
> padding. Finally use a relative layout with negative margins to put
> things in the correct position. This _seems_ to work, though smells of
> "hack".
>
> Any thoughts?

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