标签: android
Android键盘更改用户输入的文本,例如,如果用户输入2个空格,则将其替换为'。 '(一个时期和一个空间)。如何在代码中禁用此快速修复功能?
答案 0 :(得分:2)
尝试在该TextView的xml属性中将autoText设置为false
http://developer.android.com/reference/android/widget/TextView.html#attr_android:autoText