My application have rating bars. I want to set the Rating bar is non-click able and no-touchable. For this i added the following code in xml file of each rating
xml
You could also set the RatingBar as indicator from the xml with the following:
android:isIndicator="true"