Android Question Keyboard hide edittext

Douglas Farias

Expert
Licensed User
Longtime User
Hi.
Yesterday i m tested my project and when i click on edittext, my edittext move to top of keyboard, automatic i dont need make any changes, use ime lib, or scrollview.

today it stop to works, if i click on my edittext the keyboard show and the edittext still on the same place, result is a edittext behind the keyboard, i cant see what i m write on edittext.

my question is, why this happens? and how back like yesterday, edittext on top of keyboard automatic.
i dont make any changes, only restarted my pc, opened the project and compiled.

Yesterday = works
Today = No

this is a config on designer? manifest ? targetsdk or minsdk? java version?
if yes how can i back this?

thx again.
 
Top