I have added soft hyphen signs to all of my strings, yet android breaks the lines at entirely different points. Is there a way to breack the lines only at the points with either a soft hyphen or a space?
Please note that I want to target API 21 and above, so using breakStrategy or hyphenation frequency is not a solution.
None of these questions/answers worked for me: Hyphenation in Android
Android:- How to add Hyphen "-" in word break android TextView below 6.0 OS
How to force hyphenation in TextView? (character "-" on word split)