实现跑马灯效果的textview

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/a243920187/article/details/78855591
<TextView
    android:id="@+id/hit_user_tv"
    android:layout_width="368dp"
    android:layout_height="wrap_content"
    android:layout_centerVertical="true"
    android:background="@drawable/eye_black"
    android:ellipsize="marquee"
    android:focusable="true"
    android:focusableInTouchMode="true"
    android:gravity="center"
    android:marqueeRepeatLimit="marquee_forever"
    android:padding="10dp"
    android:singleLine="true"
    android:text="2016-08-18 14:30:30 马蓉 iPhone6s puls  2016-08-14 15:41:28 王宝强 macbook 2016-08-18 16:22:45 宋吉吉 魅族手机"
    tools:layout_editor_absoluteX="8dp"
    tools:layout_editor_absoluteY="0dp">

    <requestFocus />
</TextView>

猜你喜欢

转载自blog.csdn.net/a243920187/article/details/78855591