You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to prohibit autocorrect, auto-dot, auto-capital letter and other things so that text can be entered only by character. I put android:inputType="textNoSuggestions" and got a singleLine effect. Spans and tokens do not go to the next line but continue to write on the first line
The text was updated successfully, but these errors were encountered:
I want to prohibit autocorrect, auto-dot, auto-capital letter and other things so that text can be entered only by character. I put
android:inputType="textNoSuggestions"
and got a singleLine effect. Spans and tokens do not go to the next line but continue to write on the first lineThe text was updated successfully, but these errors were encountered: