2

I want to display a scrolling text in Android just like a marquee tag functionality in HTML. How can i display like that.

一二三
  • 21,059
  • 11
  • 65
  • 74
user448250
  • 1,614
  • 2
  • 13
  • 15

2 Answers2

5

Add android:ellipsize="marquee" to your TextView xml.

hpique
  • 119,096
  • 131
  • 338
  • 476
0

A search would reveal the answer:

Horizontal scrolling text in Android

Community
  • 1
  • 1
dave.c
  • 10,910
  • 5
  • 39
  • 62