Justify text
A very good hint in one comment - unfortunately textview does not support justification - might use a library for this but will have to check which one.
I guess this should be of some help! https://github.com/bluejamesbond/TextJustify-Android
Great work on the app! :)
Thanks - have you used this in some project? Also found some libs - but will have to try them out - have no experience with any of them. Not yet sure about the performance impact.
Android O now supports it: https://twitter.com/cyrilmottier/status/844837607234138112
I tried some of the libs - and they all have disadvantages - O is far Off - but I think I will close this one with a one-liner that only works on O - instead of the maximal invasive replacing of the textview with a library ..
The new support library should support this - unfortunately there still seem to be some bugs in 26