开发者

disable android keyboard quick fixes

开发者 https://www.devze.com 2023-03-15 01:24 出处:网络
The Andro开发者_StackOverflow社区id keyboard changes the text entered by the user, for example if the user enters 2 spaces, they are replaced by \'. \' (a period and a space).How can i disable this qu

The Andro开发者_StackOverflow社区id keyboard changes the text entered by the user, for example if the user enters 2 spaces, they are replaced by '. ' (a period and a space). How can i disable this quick fix feature in code?


Try to set autoText to false in the xml properties of that TextView

http://developer.android.com/reference/android/widget/TextView.html#attr_android:autoText

0

精彩评论

暂无评论...
验证码 换一张
取 消