In my layout I have 3 EditText with validation condition. When soft keyboard is open error message will display below of EditText. When it goes hide EditText will move down error message still placed top of the layout.
I used custom edittext and my layout is in scroll view still error message is not get down with edit text.
I have 3 edit text and on button if we click on button it will validate and if everything is correct it will open new activity.
else if in edit text data is not entered error message display.It is process.
When keyboard is show error message display.Keyboard get hide edittext will back to it place but error message still top of layout.