如何在手指像线性布局一样在其父容器上滑动时聚焦子项目?

发布于 2024-11-04 19:15:43 字数 149 浏览 0 评论 0原文

我有一个 LinearLayout,其中垂直包含一些 TextView。我已经使所有 TextView 都可聚焦。

我想要做的是,当用户在 LinearLayout 上从上到下使用手指滑动时,焦点会相应改变,焦点应该随着手指的移动而改变。

我该怎么做?

I have a LinearLayout which contains some TextView vertically. I have made all TextView focusable.

What I want to do is that when user use finger slip on the LinearLayout from top to Bottom, the focus would change accordingly, the focus should change along with finger movement.

How can I do this?

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

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

发布评论

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

评论(1

梦萦几度 2024-11-11 19:15:43

当用户的手指在屏幕上时没有焦点。请参阅http://android-developers.blogspot.com/2008/12/触摸模式.html

There is no focus when the user's finger is on screen. See http://android-developers.blogspot.com/2008/12/touch-mode.html

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