SurvivalManual icon indicating copy to clipboard operation
SurvivalManual copied to clipboard

Justify text

Open ligi opened this issue 9 years ago • 4 comments

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.

ligi avatar Feb 13 '17 21:02 ligi

I guess this should be of some help! https://github.com/bluejamesbond/TextJustify-Android

Great work on the app! :)

vishwakt avatar Feb 16 '17 09:02 vishwakt

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.

ligi avatar Feb 16 '17 10:02 ligi

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 ..

ligi avatar Mar 23 '17 11:03 ligi

The new support library should support this - unfortunately there still seem to be some bugs in 26

ligi avatar Jul 30 '17 08:07 ligi