I have a ListView (my_list.xml):
ListView
Set the following properties to your RadioButton:
android:focusable="false" android:focusableInTouchMode="false"
and in your OnItemClickListener, you need to set the radio button's checked flag by code.
Set you ListView as below: