滚动文字不起作用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了滚动文字不起作用相关的知识,希望对你有一定的参考价值。

我在我的活动的布局中有以下textView,我希望它自动滚动但不会发生。有没有人知道为什么会这样?

    <TextView
    android:id="@+id/superAttackDesc"
    android:layout_width="314dp"
    android:layout_height="21dp"
    android:layout_marginBottom="5dp"
    android:layout_marginStart="8dp"
    android:ellipsize="marquee"
    android:focusable="true"
    android:focusableInTouchMode="true"
    android:fontFamily="monospace"
    android:marqueeRepeatLimit="marquee_forever"
    android:scrollHorizontally="true"
    android:singleLine="true"
    android:textAlignment="viewStart"
    android:textColor="@android:color/white"
    android:textStyle="italic"
    app:layout_constraintBottom_toBottomOf="@+id/cardDetailsImageView"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintHorizontal_bias="0.753"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toBottomOf="@+id/superAttackTitle"
    app:layout_constraintVertical_bias="0.175" />

以上是关于滚动文字不起作用的主要内容,如果未能解决你的问题,请参考以下文章

AppBarLayout 与 FrameLayout 容器作为滚动内容不起作用

滚动视图中的 Android 5.0 Datepicker 不起作用(不滚动月份)

java代码在片段活动中不起作用

谷歌地图片段在 N​​estedScrollView 内滚动

Javascript代码片段在drupal中不起作用

替换或删除后台堆栈上现有片段的代码不起作用