I want to to have some validation for my EditText wherein I want to show "" icon (that comes when you put editText.setError("blah blah"))
but don't want the text in the popup displaying that "blah blah".
Is there any way to do it? One way is to create a custom layout which will show the image icon in the EditText. But is there any better solution?
Simply do the following >>
worked for me.