0

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.

enter image description here

How can i fix it?

Montoya
  • 2,819
  • 3
  • 37
  • 65
  • Please [check](http://stackoverflow.com/questions/8985295/edittext-seterror-with-icon-but-without-popup-message) this. You can find the answer. and see [this](http://www.technotalkative.com/android-show-error-in-edittext/) example – Zumry Mohamed Dec 01 '15 at 08:07

1 Answers1

1

Yeah,that's your xml maybe some error.you can Modify the layout ,mostly the edittext layout group ,you should change the background to transparent bellow the windowSoft. In a word ,take notice the layout ,Clever use of transparent at the bottom .

Gjson
  • 99
  • 3