DEV Community

William Simmons
William Simmons

Posted on

EditText.setError("Error Text") not showing popups

Could use some help with my EditText errors not showing in my app.

0

Im creating a simple login activity and am implementing some user input error checking on some EditText fields.

However, the setError public method seems to not show anything or, if it is, I'm unable to view when running the app.

XML for one of the EditText elements

<EditText
    android:id="@+id/userName"
    android:layout_width="250dp"

Top comments (0)