I used listview in fragment but I used list onItemClick listener not working. My code below and how to perfect solution.
onItemClick
public class StoreProf
Add these properties in your custom xml file
android:focusableInTouchMode="false" android:focusable="false"
for your TextView and ImageButton.