我尝试工作新闻栏,栏中的文字将移动并再次移动
状态问题
文字没有动作
<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" />