我尝试将文字添加到选框,但只显示其中一部分未完整
示例:我想显示123456789 它显示123 ...“3点”
<TextView
android:id="@+id/marqueText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:lines="1"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:layout_centerInParent="true"
android:textSize="21dp" />