TextView ellipsize =" marquee"使用已弃用的singleLine =" true"

时间:2017-04-27 09:16:30

标签: android android-layout textview

我已经在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

我们将非常感谢您的帮助。

0 个答案:

没有答案