Is there any way to hide the red underline of spellcheck errors in default android edittext. I don't want to disable the spellcheck or autocorrect.
I need to take a screenshot(getting bitmap from edittext) of edittext with content which may have spellcheck errors. And I don't want my screenshot to have red underlines of spellcheck. It should have only edittext content.
Please note I don't want to disable the spellcheck or auto correct.
Any ideas will be appreciated. Thanks