把Button改成自定义View extends TextView,然后在adapter的getView里面对这个view加一个onClickListener即可。背景可以用drawable的state来控制。这样你就既可以点击list item,又可以点击里面的Button了。
自己写接口回调