How to add margin between EditText and Soft Keyboard?

前端 未结 6 1720
刺人心
刺人心 2020-12-16 09:58

I want to add 10dp margin between EditText and Soft Keyboard.

\"enter Here is my XML:<

6条回答
  •  执笔经年
    2020-12-16 10:20

    Adding android:windowSoftInputMode="adjustResize" to the activity in manifest should solve the issue. And this won't work if your activity is running in fullscreen. So in that case, instead of making it fullscreen via code, just add or change the style