我嘗試的工作新聞欄不動,並在酒吧文本將移動和狀態Ellipsized TextView的android系統
再次移動
問題文本沒有任何舉動
<TextView
android:id="@+id/mylinenews"
android:layout_width="0dp"
android:layout_weight="4"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:text="text moving text moving text moving text moving text moving "
android:textColor="#fff" />
謝謝你,它的工作原理 –