我的布局中有不同的元素:Buttons,RadioButtons,EditText,ListView和我创建了一个可点击的RelativeLayout并启动了一个新意图。除了我无法用轨迹球选择那个元素外,一切正常。有没有办法实现这个目标?提前谢谢。
答案 0 :(得分:0)
您是否尝试过使用这些方法
setNextFocusDown(int id);
setNextFocusLeft(int id);
setNextFocusRight(int id);
setNextFocusUp(int id);
http://developer.android.com/reference/android/view/View.html