android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"

 

然后让这个TextView的id获得焦点。requestFocus();

 

 

textview解决首行缩进问题:setText("\u3000\u3000"+xxxxx);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2021-04-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案