I see above API 26 there is a method for justify textviews.
android:justificationMode="inter_word"
Is there a solution for lower API levels?
Thanks.
I see above API 26 there is a method for justify textviews.
android:justificationMode="inter_word"
Is there a solution for lower API levels?
Thanks.
You will need a library for this. I do not see a way to do it without. The support-library got some support for justification recently. Not sure about inter_word though. There are also 3rd party libs like https://github.com/programingjd/justified