Just a guess but if your using an XML layout, doesn't that make the position of widgets static?
On Aug 27, 10:43 am, Daniel <[email protected]> wrote: > In my app I have a EditText widget. Since I need that EditText at > different positions within the activity I perform some animations to > move it around. I don't want to set the position without an animation. > The animation also has the fillAfter attribute set to true so the > EditText widget stays at the new position after the animation is done. > Up to this point everything works perfectly. But now if I scroll > through my app the selection of the EditText is always drawn at the > original position of the EditText. Is there any possibility to move > around the EditText with an animation and have it behave correctly > also when it is selected (has the orange border)? > > Thanks, > Daniel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

