How do I get the layout not pushed up when the keyboard of my app appears? [closed]

-1

Layout of my application:

ThebughappenswhenIclickonanyoftheeditTextstoaddanyvaluetothem:

As you can see, the ad and two of the little balloons go up. In case, the ad up does not me a problem and can be kept .

The solution that I look for in my problem is how to make the two balloons not go up as soon as the user opens the keyboard.

    
asked by anonymous 30.08.2017 / 03:00

1 answer

-1

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

For this I added android:windowSoftInputMode="adjustResize|adjustPan" to the activitys in AndroidManifest.

    
05.09.2017 / 01:37