when I am using TextView with singleLine="true" and ellipsize="end"(my top TextView), it works well
TextView
singleLine="true"
ellipsize="end"
Just use ellipsize combined with scrollHorizontally="true". Simple & clean.
scrollHorizontally="true"
It worked perfectly for me.