android跑马灯(xml)

来源:互联网 发布:人民大学网络教育 编辑:程序博客网 时间:2024/06/07 06:31

 一下Textview就是一个跑马灯效果的textView


<TextView

             android:id="@+id/menu_desc"
             android:layout_width="300dip"
             android:layout_height="wrap_content"
             android:text="温馨提示:左右滑动更改菜单,点击进入"
             android:textColor="#AEAEAE"
             android:textSize="22dip"
             android:singleLine="true"
             android:ellipsize="marquee"
             android:focusable="true"
             android:focusableInTouchMode="true"
             android:scrollHorizontally="true"
             android:marqueeRepeatLimit="marquee_forever"
             android:layout_centerHorizontal="true"
             android:layout_centerVertical="true"
 />
0 0
原创粉丝点击