android中textview文本滚动效果

来源:互联网 发布:视差js原理 编辑:程序博客网 时间:2024/05/18 03:54
        android:id="@+id/textView1"        android:layout_width="100dp"        android:layout_height="wrap_content"        android:text="01234567890123456789"        android:background="@android:color/holo_blue_bright"        android:singleLine="true"             android:ellipsize="marquee"        android:marqueeRepeatLimit="marquee_forever"        android:focusable="true"        android:focusableInTouchMode="true"
原创粉丝点击