this is a screen shot from my android. the text is
Ok this is pretty strange but I changed from android:maxLines="1"
to android:singleLine="true"
and now the text is not getting cut off.
none of the mentioned suggestions work, ended up with a hacky solution which is adding a white space after the last italicized character
I fixed it with setting the width of TextView to fill_parent instead of wrap_content...
could be the padding, try setting that to 0dp
also is there anything else in the layout?
the problem here is, the italic property. You have to set a particular width for your textview.