<TextView
android:id="@+id/tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:singleLine="true" />
Android-TextView 跑马灯
- 本文链接: https://lrxc.github.io/blog/2016/07/01/Android/Android-TextView 跑马灯/
- 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!