Hi, As I type a word on a EditText, it gets underlined, even if I turn off "Show suggestions", "Auto correct errors", "Auto punctuate" via Settings of Multi-touch keyboard.
Why is Android system underlining the currently typed word on an EditText? The underlines go away, once a space bar is typed and is seen on the word being typed currently. When I set the input type of the EditText to TYPE_MASK_VARIATION, I no longer see the underlining, but then I do not see suggestions/auto corrections even if I turn on suggestions/auto corrections etc....(I am using etBox.setInputType(InputType.TYPE_MASK_VARIATION);) Kindly let me know, what is the significance of Android system underlining the texts -Vignesh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

