<TextView    android:id="@+id/id_tv_header_center_tv0"    android:layout_width="150dp"    android:layout_height="wrap_content"    android:text=""    android:textStyle="bold"    android:textSize="17.0sp"    android:textColor="#FFF"    android:ellipsize="marquee"    android:focusable="true" android:marqueeRepeatLimit="marquee_forever" android:focusableInTouchMode="true" android:scrollHorizontally="true"    android:singleLine="true"    android:layout_marginBottom="@dimen/trend_header_margin"    android:background="#0000" />

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. mysql数据库如何实现亿级数据快速清理
  2. MySQL存储过程的权限问题小结
  3. mysql zip 文件安装教程
  4. 将phpstudy中的mysql迁移至Linux教程
  5. MySQL如何创建触发器
  6. mysql视图原理与用法实例小结
  7. 解决Linux下Tomcat向MySQL插入数据中文乱
  8. MySQL数据库SELECT查询表达式解析
  9. MySQL 字符串截取相关函数小结
  10. MySQL 截取字符串函数的sql语句