Android ellipsize 失效的解决方案

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/su749520/article/details/81777382

ellipsize 跑马灯失效的解决方案

请严格按照如下顺序

android:ellipsize="middle"
android:singleLine="true"
android:focusable="true"
android:marqueeRepeatLimit="marquee_forever"
android:focusableInTouchMode="true"
android:scrollHorizontally="true"

猜你喜欢

转载自blog.csdn.net/su749520/article/details/81777382