TextView animation - fade in, wait, fade out
问题 I am making a picture gallery app. I current have a imageview with a text view at the bottom. Currently it is just semitransparent. I want to make it fade in, wait 3 second, then fade out 90%. Bringing focus to it or loading a new pic will make it repeat the cycle. I have read thru a dozen pages and have tried a few things, no success. All I get is a fade in and instant fade out 回答1: You can use an extra animation object (which doesn't modify its alpha) to prevent the instant fade out, set