Small Style Custom Rating Bar (readonly Custom Rating Bar)
I tried to create a custom rating bar. I don't use style because I only use this once. So, I created a layer-list in the drawable folder (its name is custom_rating_bar.xml):
Solution 1:
First off, remove the "+"s from your android:id. Also, you may want to add a style in your xml, such as style="?android:attr/progressBarStyleHorizontal"
depending on your needs. You might also need to use android:indeterminateDrawable="@drawable/custom_rating_bar"
instead of progressDrawable
Post a Comment for "Small Style Custom Rating Bar (readonly Custom Rating Bar)"