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