I really cannot figure out why, but I am only able to get ellipsize working on maxLines=2 and more. I am displaying a few words of description and then a long s
maxLines=2
There are two ways to fix it:
android:ellipsize="end"
android:ellipsize="marquee"
android:maxLines="1" android:ellipsize="end"
android:singleLine="true"