使用轨迹球选择 TextView
我的布局中有不同的元素:按钮、单选按钮、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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过使用方法
http://developer.android.com/reference /android/view/View.html
have you tried to use the methods
http://developer.android.com/reference/android/view/View.html