Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Android 中实现一个小应用程序。我打算自动滚动文本。
我想像电影中的学分一样水平滚动,像电视新闻中的标题滚动一样垂直滚动
请帮我。
Textview 可以通过这种方式水平滚动文本: android:marquee
和
在你的代码中这样做:
textView.setSelected(true);
很简单。。希望对你有帮助
TranslateAnimation
希望这可以帮助..
对于水平滚动,请尝试textView 的android:marquee属性。