Android textview break line behaviour (how to split the last word)
问题 I'm writing an apply that pops texts on the screen and usually it is longer than 1 line. If the last word of a line is too long to fit in it, textview would just put it at the beginning of the next line. Is there a way to modify this behaviour? When the last word is a long one the results are horrible. Basically I'd like to achieve something like this |Lorem ipsum dolor sit amet, consecte| |tur adipiscing elit. Lorem ipsum dol | |or sit amet, consectetur adipiscing | |elit. | Instead of what