On Wed, Jun 30, 2010 at 4:02 AM, Romain Guy <[email protected]> wrote: > You simply need to use setFillAfter(true).
That only works if the widget is non-interactive. Otherwise, setFillAfter() moves the pixels, but the "hot spots" for interaction remain at the old location. For interactive widgets, you should set up an AnimationListener, and when the animation ends, modify the layout to have the widget reside at your desired new location. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

