How to fill ratingbar's stars from right to left ?
EDIT : I tried this :
android:align_right = "true"
but not works ... also tryin the deliverable
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+android:id/background"
android:drawable="@drawable/star_empty" />
<item android:id="@+android:id/secondaryProgress"
android:drawable="@drawable/star_empty" />
<item android:id="@+android:id/progress"
android:drawable="@drawable/star_fill" />
</layer-list>
swapping star_fill and star_empty also did nothing