添加Button后项目选择无效

时间:2012-08-24 11:41:56

标签: android listview button

我正在使用ListView作为主界面开发一个Android应用程序。 List中的每个项目都包含TextViewButton。当Button可见时,项目选择不起作用,当按钮不可见时,项目选择工作没有问题。如果我按ImageView更改按钮,则不会再现此问题。

当按钮可见时,是否有解决方案使项目选择有效?

1 个答案:

答案 0 :(得分:2)

我们无法为List项和Button设置点击选项。所以我们必须使用自定义适配器。

试试这个例子:http://code.google.com/p/codemobiles/source/browse/CustomListViewDemo/

Click is not working on the Listitem Listview android