I\'ve got a \"save\" button which I want to push up together with the soft keyboard. So when the user clicks an EditText in my layout, then the button has to stay above the
So this is a pretty old post, but I struggled with the answers provided. Both oneavi and Intahep are correct, but let me show you EXACTLY where the android:windowSoftInputMode="adjustResize" goes.