Question

I was wondering if it's possible at all to replace the CheckMark of the CheckedTextView with a button, so I can click on the button and delete the item. If so, what is the recommended approach to doing this? If not, what other approaches can I take to achieve the same result?

Was it helpful?

Solution

You could try making a regular listview out of your items and then create a specific listitem.xml layout for each list item to implement. This layout could then hold a delete button or any other widget you want. In code attach an onClick listener to this button to do the magic.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top