使用轨迹球选择 TextView

发布于 2024-08-31 13:37:53 字数 108 浏览 3 评论 0原文

我的布局中有不同的元素:按钮、单选按钮、EditText、ListView,并且我制作了一个可单击并启动新意图的相对布局。一切正常,除了我无法使用轨迹球选择该元素。有什么办法可以实现这一点吗?提前致谢。

I have different elements in my layout: Buttons, RadioButtons, EditText, a ListView and I have made a RelativeLayout that is clickable and starts a new intent. Everything works ok except that I can't select that element with the trackball. Is there any way to achieve this? Thanks in advance.

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

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

发布评论

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

评论(1

暮年慕年 2024-09-07 13:37:53

您是否尝试过使用方法

setNextFocusDown(int id);
setNextFocusLeft(int id);
setNextFocusRight(int id);
setNextFocusUp(int id);

http://developer.android.com/reference /android/view/View.html

have you tried to use the methods

setNextFocusDown(int id);
setNextFocusLeft(int id);
setNextFocusRight(int id);
setNextFocusUp(int id);

http://developer.android.com/reference/android/view/View.html

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