[android-developers] Re: Alpha Animation not retaining state

2009-10-22 Thread Mark Murphy
bizack wrote: I have a simple animation: ?xml version=1.0 encoding=utf-8? set xmlns:android=http://schemas.android.com/apk/res/android; translate android:interpolator=@android:anim/decelerate_interpolator android:fromXDelta=0 android:toXDelta=0

[android-developers] Re: Alpha Animation not retaining state

2009-10-22 Thread bizack
Yeah, I tried that but fillAfter and fillEnabled don't seem to do anything (in this case). Regardless, your suggestion about setting the state when the animation ends works well. Thanks for the help. On Oct 22, 5:03 am, Mark Murphy mmur...@commonsware.com wrote: bizack wrote: I have a simple