Android Question [Solved] How to disable hyphenation in Android?

asales

Expert
Licensed User
Longtime User
I have a problem with Android break my lines and put a hyphen in the word:
hyphen1.jpg


I try to put this code in the manifest, but don't works:
B4X:
SetApplicationAttribute(android:hyphenationFrequency, "none")
https://developer.android.com/reference/android/widget/TextView#attr_android:hyphenationFrequency

I don't want to break the word with a hyphen.
How to disable this behavior?

Thanks in advance for any tip.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top