Right now I have a view that I'm just popping onto the screen by
changing the view from GONE to VISIBLE, and I instead want to have a
TranslateAnimation that shifts the view onto the screen. As soon as
the animation starts the view on the right becomes clipped though. I
assume this is because the parent view is taking the width of the view
on the left and factoring that into the view calculation? Is there any
way to not have that happen, so it looks like both views are shifting
onto and off of the screen? Setting
android:clipChildren="false" android:clipToPadding="false"
didn't seem to help.
--
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