Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android show EditText.setError() above the EditText and not below it

When i call EditText.setError(); the error appears below the edittext, and makes it impossible to interact with the View below the EditText. Is it possible to show the error above the EditText? Google doesn't seem to have the answer(Or i'm using wrong search terms).

http://i.stack.imgur.com/D1Uth.png

like image 577
MeesterPatat Avatar asked Jan 17 '14 10:01

MeesterPatat


1 Answers

The Crouton Library seems to be a better way to display errors when validating forms. See some reasons here

like image 180
KingBryan Avatar answered Nov 05 '22 08:11

KingBryan