I want to display a button inside the listview. The goal should be to click on the listview line or on the button.
Click on the line it shows more info. Click on the button it shows at the bottom more buttons.
The same as the GMAIL app.
On the right there is a checkbox and after clicking on the checkbox at the bottom the button bar appears.
My problem is after inserting the button into the listview, the button is not clickable. If i add the to the LinearLayout from the button llButton.setClickable it works, BUT only the button. The ListView itself dont react on clicks anymore!
I have tried this example: http://stackoverflow.com/questions/1709166/android-listview-elements-with-multiple-clickable-buttons
The same issue as above...