Checkbox Context Menu
- by MostafaEweda
I have a ListView and an adapter in whick I create a linear layout and return as my created element.
When this linear layout is just TextViews, the context menu appears normally,
When I add a checkbox to the layout, the context menu isn't shown.
Is there any solution to this problem ?