Android 滚动查看

发布于 2024-12-03 19:40:14 字数 306 浏览 1 评论 0原文

我有一个布局,其中距视图顶部 75% 的位置有一个 EditText,当它获得焦点时,会显示键盘并且 EditText 自动向上移动。我想问这个行为叫什么,即使没有焦点,我如何通过代码重现这个行为?有没有办法在不使用 ScrollView 的情况下做到这一点?

更新

我想要的是当用户在 EditText 中键入时显示名称建议。由于这是 EditText,因此将显示键盘,并且 EditText 必须位于 x=0 和 y=0 处,以便为建议 ListView 有足够的空间,以便用户可以选择一个。

I have a Layout where there is a EditText at 75% position from top of the view and when it gets focused the keyboard is shown and the EditText automatically moves up. I want to ask what this behaviour is called and how can I reproduce this by code even without it's focused? Is there a way to do that without using ScrollView?

UPDATED

What I want is to show name suggestions as user types in EditText. As this is EditText, the keyboard would be shown and EditText has to be at x=0 and y=0 to have enough space for suggestions ListView so user can pick one.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

零度° 2024-12-10 19:40:14

public voidscrollTo(int x, int y)

另见 smoothscroll

public void scrollTo (int x, int y)

also see smoothscroll

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文