ManuelPeinado / MultiChoiceAdapter

Android - A ListView adapter with support for multiple choice modal selection
Apache License 2.0
849 stars 260 forks source link

How to use the adapter with custom list item #26

Open gabrieljuan opened 9 years ago

gabrieljuan commented 9 years ago

In the description of your library, you explained how to custom the colour of the background when the item is selected. My question is, should I use CheckedTextView or I could use with usual Checkbox with textview separated ?

Because when I looked at your mca_simple_list_item_checkable_1, the layout consist only CheckedTextView.

Thanks !