How to find validation messages for Android EditTexts

I’m wondering how could I find validation messages set for Edit Texts in android? I don’t see anything related to the error message with the Inspector.
the messages are set with .setError() method.

Here it is a screenshot from my app:
[]()

1 Like