我正在尝试将应用程序一直滚动到底部,以便当用户单击用户名EditText框和/或密码时,他/她将能够看到“登录”按钮。
Here's what I mean by using an example from the Facebook App.
And this is what my App is doing. Not what I want.
显然,我在提交问题之前做了一些研究。
我已尝试将setSoftInputMode用于SOFT_INPUT_ADJUST_PAN以及其他ADJUST选项。我也尝试过xml,但仍然没有运气。
我也尝试使用scrollView.scrollTo方法,并设置为button.getBottom(),因此它将滚动到按钮的末尾。但同样,它没有用。
有没有人知道我能做些什么呢?
感谢。