<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    >

    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="20dp"
        android:gravity="center"
        android:text="跑马灯效果,点击暂停,再点击开始!"
        android:background="#00ffff"
        />

    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="60dp"
        android:singleLine="true"
        android:ellipsize="marquee"
        android:focusable="true"
        android:focusableInTouchMode="true"
        android:textColor="#000000"
        android:textSize="17sp"
        android:text="这里是跑马灯的效果,跟上面有什么区别?这里是跑马灯的效果,跟上面有什么区别?这里是跑马灯的效果,跟上面有什么区别?"
        />
</LinearLayout>

  

posted on 2017-08-28 21:48  努力建设我的管道!  阅读(247)  评论(0)    收藏  举报