Android List adapter with a button
I need to implement a list with a custom list adapter view that contains a button. Once I add the button the onClick is not tri开发者_StackOverflow中文版ggered.
Is there a way to make this work?
The solution is to set the button's android:focusable="false"
精彩评论