Closed tbruyelle closed 10 years ago
I'll try to have a look this week end. Thank you for the report :eyes:
I just tried to reproduce it but it works for me (emulator api 8).
I used this: ObjectAnimator.ofFloat(mProgressBar, "alpha", mVisible ? 1f : 0f).setDuration(500).start();
Do you use the last version of SmoothProgressBar (0.3.1) ?
Yes I use version 0.3.1@aar
.
Hum well I don't understand why, but now it's working... Sorry for the noise, I close the issue.
I use NineOldDroids to make my
SmoothProgressBar
fades in/out, by manipulating the alpha property. It works well on recent android devices (sdk>14), but on low sdks (I tested with sdk 7 and 8), the drawable doesn't animate any more.Do you have an idea why ?