I have used custom listview and custom rating bar.
If I add that custom RatingBar as child to the List item, the List Item becomes unclickable.
If i remove that Ratingbar view then it becomes clickable .
I used custom rating bar. here is the link.
Can anyone help me to solve this problem?
If you want your rating bar to perform rating you can add
to view of your
row.xmlIf you want a static rating bar holding its rate you can give setIsIndicator(boolean isIndicator)
in your Adapter class.