I'm using a list with choice mode set to ListView.CHOICE_MODE_MULTIPLE. Can I use my own layout instead of simple_list_item_multiple_choice.xml? Which standard views has it to include?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Yes, you can use your own layout. This layout is used to fill rows of
You can use any layout, you want. e.g. Following is example of one of such layout which I used in one of my application.
If you need to use check boxes then you can use Hope this helps !! |
|||
|
|