简单的跑马灯效果

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"



>

你可能感兴趣的:(简单的跑马灯效果)