Hi,
I wanted to use a different image for the rating bar. I tried to
do this by extending the RatingBar widget style.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style
name="myRatingBar" parent="@android:style/Widget.RatingBar">
<item name="android:progressDrawable">@drawable/star_full</
item>
<item name="android:indeterminateDrawable">@drawable/
star_full</item>
</style>
</resources>
But, the resultant rating bar had some additional "bleeding effect".
The stars looked like they were bleeding and it was not the same as
the custom images I had added.
Also, how can we add the custom empty and half stars?
Thank you,
AJ
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en