Android Animations similar to make marquee vertical
问题 Apologies for this basic question, as I'm a complete novice to Android: I can make my TextView scroll horizontally on one line. But what I need is multiple TextViews , which in a marquee fashion all scroll vertically to the bottom of the screen and then back up to the top. I've been searching for hours and cannot see anything in the android API that seems to do this. Or is there an animation feature that can accomplish this? 回答1: refer this GitHub Project it has a wonderful example in it too.