android making layout scrollable when soft keyboard open, but not shifting it upwards

前端 未结 9 1934
忘掉有多难
忘掉有多难 2020-12-18 19:16

This is my screen, with one button hidden behind the keyboard.

I want exactly like this, but scrollable. -

Whenever, the keyboard

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-18 20:21

    I may be late to answer, but may help someone.

    I was also facing this issue and ended up hiding button which we don't want to be visible on keyboard up. So in this case it's "create account" which is to be hidden on keyboard up and show on keyboard down.

提交回复
热议问题