Horizontal scrolling text in Android

前端 未结 5 2028
抹茶落季
抹茶落季 2020-12-05 05:53

I\'ve been looking around for quite some time now, and I can\'t get a straight answer for my question.

It\'s quite simple: How can I get a nice scrolling text just l

5条回答
  •  萌比男神i
    2020-12-05 06:42

    I've figured it out by myself.

    android:ellipsize="marquee"
    android:scrollHorizontally="true"
    android:focusable="true"
    android:focusableInTouchMode="true"
    

提交回复
热议问题