Ellipsize not working for textView inside custom listView

Without using deprecated properties, the following lines work great for me

android:ellipsize="end" 
android:lines="1"
android:scrollHorizontally="true"

ref http://code.google.com/p/android/issues/detail?id=882#c9

Leave a Comment