android:singleLine
is deprecated. In my case, I had to get a fixed height for the TextView
and I used the android:lines
attribute instead of android:maxLines
. I thought this might help someone having the same problem as mine.
android:ellipsize="end"
android:lines="2"