I need nice text wrapping in TextView, especially for text in headers.
Text wrapping for TextView might look like this, where the last word is in new line:
Check out Android's own autoTextSizing for TextView, added in add API 26 with Support Library that supports from API 14 onwards with app:autoSizeTextType="uniform".
TextView
app:autoSizeTextType="uniform"
Have fun!
https://developer.android.com/guide/topics/ui/look-and-feel/autosizing-textview.html