I created a layout and I included an android layout inside it :
<include
layout="@android:layout/simple_list_item_multiple_choice" />
Once my whole view is inflated how can I access the element inside the simple_list_item_multiple_choice ? I guess there are a TextView and a CheckBox that I should be able to use but what’s their id ?
EDIT:
Do I need to inflate more than one thing ?
You can access it doing this: