我在我的android应用程序中得到了一个错误java.lang.IllegalStateException: Could not find a method onClick(View) in thecom.example.mysostest.MySOSTestActivity for onClick handler on view class android.widget.Button with id 'button1',当我试图单击应用程序中的唯一按钮我在活动类中添加了onClick方法,并添加了一个带有id: Button 1的<e
我设法用Image按钮填充了Listview行,因为我添加了
但在特殊情况下,我现在希望Listview单击监听器也对ImageButton单击区域作出反应。(就像图像按钮不存在一样),这有可能吗?fragment.java:
myList.setOnGroupClickListener(new Ex