搞了很久,还是无法实现跑马灯效果,一行也实现不了。。。怎么搞,也无法定义singline,只能maxline
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:maxLines="1"
android:text="@string/app_demo"