I implement the RatingBar in my android project its works perfectly but i want change the ratingbar filling color now defaultly it fill green color,but i want change into another color, below i attached my rating bar image,please any one help me how to change the color of rating bar, thanking you
https://i.stack.imgur.com/3cN13.png
**xml code:**
<RatingBar
android:id="@+id/ratingBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="6dp"
android:layout_marginTop="5dp"
android:layout_toRightOf="@id/ratingAndReviewtext"
android:isIndicator="?android:attr/ratingBarStyleIndicator"
android:numStars="5"
android:rating="0.0"
android:stepSize="0.0" />