gpt4 book ai didi

Android:TextView 没有自动滚动

转载 作者:行者123 更新时间:2023-11-29 16:14:52 36 4
gpt4 key购买 nike

我有一个具有以下属性的 TextView:

<TextView
android:id="@+id/appheader"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_centerVertical="true"
android:textColor="#ffffff"
android:layout_marginLeft="3dp"
android:textSize="21sp"
android:singleLine="true"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:focusable="true"
android:focusableInTouchMode="true"/>

实际上,只有当我单击 TextView 时,TextView 才会滚动。但是我想在启动 Activity 时自动滚动它。我该怎么做?

最佳答案

<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="very long text to srollll dkfjadkfjkldjfkjdkghjhtudhfjhdjfkdfkadjsajekdfjak"
android:singleLine="true"
android:marqueeRepeatLimit="marquee_forever"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"/>

关于Android:TextView 没有自动滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10276439/

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