简单的跑马灯效果

来源:互联网 发布:上海师范大学网络课程 编辑:程序博客网 时间:2024/06/02 03:44

<TextView

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_gravity="center"

android:layout_marginTop="180dp"

android:text="我是跑马灯"

android:singleLine="true"

android:ellipsize="marquee"

android:clickable="true"

android:focusable="true"

android:focusableInTouchMode="true"



></TextView>

原创粉丝点击