I have an app in which I have edit text fields in which I have to enter a mobile number and password. The problem is that the EditText error indicator covers th
Use this android.support.design.widget.TextInputLayout.
which can show the error below to the Edittext.so You can easily write next thing like your number and password in the new Edittext.