我已经在TextView
android:maxLines="1"
与<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:singleLine="true"
android:scrollHorizontally="true"
android:text="Brinjal - Big(10 Quintal): 1356.00 Brinjal - Big(10 Quintal): 1356.00 Brinjal - Big(10 Quintal): 1356.00"
app:viewSelected="@{true}" />
进行了大量搜索,但未能获得所需的结果。代码如下:
android:singleLine
此代码运行正常。但现在问题在于android:singleLine="true"
现在已被弃用。所以在做了一些搜索之后我换了
android:maxLines="1"
带
textView.setSelected(true);
但是现在我的marquee代码没有运行。我也设置了
cssFormat: colorByProd
我们将非常感谢您的帮助。