I have a problem with Android break my lines and put a hyphen in the word:
I try to put this code in the manifest, but don't works:
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.
I try to put this code in the manifest, but don't works:
B4X:
SetApplicationAttribute(android:hyphenationFrequency, "none")
I don't want to break the word with a hyphen.
How to disable this behavior?
Thanks in advance for any tip.