1 <TextView
 2         android:layout_width="fill_parent"
 3         android:layout_height="wrap_content"
 4         android:layout_margin="20dp"
 5         android:ellipsize="marquee"
 6         android:focusable="true"
 7         android:focusableInTouchMode="true"
 8         android:marqueeRepeatLimit="marquee_forever"
 9         android:scrollHorizontally="true"
10         android:text="testtesttesttesttest"
11         android:textSize="20sp" />

红色字体的部分是必须要的。

相关文章:

  • 2021-07-18
  • 2022-02-20
  • 2022-12-23
  • 2021-11-05
  • 2021-07-30
猜你喜欢
  • 2021-08-30
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
相关资源
相似解决方案