I have the following Layout which does not work:
This is a common problem. Try using the following:
android:scrollHorizontally="true" android:ellipsize="end" android:maxLines="1"
.............. the scrollHorizontally is the "special sauce" that makes it work.