`
wangxinasy
  • 浏览: 19453 次
  • 性别: Icon_minigender_1
  • 来自: 南京
文章分类
社区版块
存档分类
最新评论

跑马灯效果

阅读更多
一、效果图
    
  二、实现代码:
    <TextView android:layout_width="100px"
        android:layout_height="wrap_content"
        android:textColor="@android:color/white"
        android:ellipsize="marquee"
        android:focusable="true"
        android:marqueeRepeatLimit="marquee_forever"
        android:focusableInTouchMode="true"
        android:scrollHorizontally="true"
        android:text="这才是真正的文字跑马灯效果"
        >
    </TextView>
    代码说明:
      a).  经测试与转载文章区别主要在于这里有设置android:focusableInTouchMode
      b).  测试环境为Android1.5、模拟器。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics