跑馬燈

    <TextView
        android:id="@+id/tv_run"
        android:text="TextView滾動的前提是這個空間必需要得到焦點。"
        android:textSize="20sp"
        android:padding="5dp"
        
        android:marqueeRepeatLimit="marquee_forever"
        android:focusable="true"
        android:ellipsize="marquee"
        android:focusableInTouchMode="true"
        android:singleLine="true"
                
        android:layout_below="@id/tv_title"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />
相關文章
相關標籤/搜索