gpt4 book ai didi

android - 如何为字幕 View 设置动画效果?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:31:55 25 4
gpt4 key购买 nike

我有一个 TextView ,我需要使用动画将屏幕上的那些(如新闻 channel 上闪烁的 Flash 新闻)标记出来。现在我如何在 android 中实现它我试过 this answer

但没有得到解决方案请帮忙?

最佳答案

主.xml

    <TextView
android:id="@+id/mywidget"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:lines="1"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:textColor="#ff4500"
android:text="Simple application that shows how to use marquee, with a long text"
/>

Java 类

    TextView tv = (TextView) this.findViewById(R.id.mywidget);  
tv.setSelected(true); // Set focus to the textview

关于android - 如何为字幕 View 设置动画效果?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9239252/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com