I want to apply styles to rating bar in xamarin.android project
.
I have two images in my drawable folder i.e. grayStar
and orangeStar
.
I have referred a solution given in the post
but my project is returning error i.e
No resource found that matches the given name (at 'android:progressDrawable' with value '@drawable/DrawableRatingBar'
can anyone tell me, where I have done mistakes?