How to make layout not be pushed up when my app keyboard appears?

Asked

Viewed 49 times

-1

Layout of my application:

inserir a descrição da imagem aqui

The bug happens when I click on any of the editTexts to add some value to them:

inserir a descrição da imagem aqui

As you can see, the ad and two of the balloons go up. In this case, until The ad rise is not a problem for me and can be maintained.

The solution I look for for my problem is how to make the two little balloons not rise as soon as the user opens the keyboard.

1 answer

-1


The solution I found solved the layout problem by distorting, but with that the ad remained below, which I found preferable compared to the previous state.

For that I added to android:windowSoftInputMode="adjustResize|adjustPan" activitys on Androidmanifest.

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.