The views definentally don't update when you want them too, and it does this
to save cpu, there is something in the documention that updates the view, im
not sure if it will work with this.
But you probably should disable the button when it is off screen.
On Mar 2, 2011 10:59 PM, "TreKing" <[email protected]> wrote:
>
> On Sun, Feb 27, 2011 at 2:29 PM, BuzzB <[email protected]> wrote:
>>
>> The strange thing is... when my view is off screen, it is still
getting touch events for its "original" position on screen. It seems
the animation is only moving the visual aspect of the view (drawing surface)
and not the rest of the view's "guts".
>>
>> Does this make sense?
>
>
> Yes, AFAIK, that's how it works (I haven't actually used Animations yet).
Animations make it look like the views are doing something, they're not
actually doing anything. You need to update the layout once the view is done
animating to make "stick".
>
>
-------------------------------------------------------------------------------------------------
> TreKing - Chicago transit tracking app for Android-powered devices
>
>
> --
> 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

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