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 doesn't react on clicks anymore!
I have tried this example.
The same issue as above...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…