I have this code for a fade out effect:
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:fillAfter="true" >
<alpha
android:duration="1000"
android:fromAlpha="1.0"
android:toAlpha="0.0" />
</set>
Initially, I had this in my manifest:
<uses-sdk android:minSdkVersion="13" android:targetSdkVersion="13" />
Then I changed it to this:
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
Oddly enough, this changed the animation. In particular, it changed the
behavior of the fillAfter. In version 13, the widget as invisible
following the animation. In version 14, the widget was visible.
Do you guys think this is a bug that was introduced in version 14?
Thanks.
--
--
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.