这个就是用到了一个TextView 控件,直接上代码。

 <TextView
android:id="@+id/tv_7"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="熟能生巧,业精于勤。"
android:textSize="20sp"
android:textColor="@color/colorBlue"
android:singleLine="true"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:focusable="true"
android:focusableInTouchMode="true"
android:layout_alignParentBottom="true"/>

  这里singleLine设置为单行

  ellipsize这只他为当显示不下的时候以 ... 代替

  marqueeRepeatLimit 设置循环次数

  

    android:focusable="true" android:focusableInTouchMode="true"

  聚焦一下,这两行必须要有

最新文章

  1. WPF透明设置(Opacity)
  2. luogg_java学习_12_线程
  3. ASP.NET MVC5 实现网址伪静态
  4. python安装tkinter
  5. Hadoop YARN资源隔离技术
  6. HDOJ 2066 floyed优化算法
  7. SQL SERVER 创建作业
  8. java.lang.InstantiationException: DWR can&#39;t find a spring config. See the logs for solutions
  9. 在ADS上由于volatile惹得祸
  10. HDU4907小技巧
  11. JQuery 之事件中的 ----- hover 与 onmouseover 、onmouseout 联系
  12. Java IO(五)==&gt;&gt;重点
  13. json转js对象方法,JS对象转JSON方法
  14. Java变成思想--多线程
  15. MSSQL coalesce系统函数简介
  16. UVA1616-Caravan Robbers(枚举)
  17. 网站建设部署与发布--笔记3-部署Nginx
  18. C语言函数调用栈(一)
  19. python,pycharm安装
  20. 一张图知道HTML5布局(图)

热门文章

  1. Unity中UGUI鼠标穿透UI问题的解决方法
  2. unity中将多张图片进行椭圆运动
  3. 输入、输出与Mad Libs游戏
  4. php源代码安装
  5. Alpha冲刺8
  6. vue bus的使用
  7. 使用element-ui 遇到的问题
  8. lettuce行为驱动总结
  9. 德州扑克AI--Programming Poker AI(译)
  10. git 错误汇总