I am using editText.setError()
attribute but the onKeyboard open/close the error float message changes position to be many pixels higher than the editText instead of being right under it.
I have added:android:windowSoftInputMode="adjustPan"
to the activity at the manifest file and at the EditText
xml.
How can i fix it?