现在的位置: 首页 > 综合 > 正文

android实现跑马灯效果

2014年02月25日 ⁄ 综合 ⁄ 共 283字 ⁄ 字号 评论关闭
布局配置文件中: 
<TextView
        android:layout_width="fill_parent"
        android:layout_height="match_parent"
        android:text="啊实打实大师打死打伤打死打伤打死打伤打死打伤打" 
        android:singleLine="true"
        android:ellipsize="marquee"
        android:marqueeRepeatLimit="marquee_forever"
        android:focusable="true"
        android:focusableInTouchMode="true"
        />

抱歉!评论已关闭.