I have a TextView set to ellipsize but when I put the text in it doesn\'t do so. Any ideas?
My app started ignoring maxlines & ellipsize when I added
android:textIsSelectable="true"
It seems like these options are not compatible together.