文字跑馬燈

<?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="200dp"
        android:layout_height="wrap_content"
        android:text="你你你你啥換房間薩哈夫和會員福寧府if安居客浪費咯"
        android:textSize="20sp"
        android:ellipsize="marquee"
        android:singleLine="true"
    android:focusable="true"
    android:focusableInTouchMode="true"

    />


    </LinearLayout>

這裏寫圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章