Here is my style:
    <style name="StarRatingBar" parent="@android:style/
Widget.RatingBar">
        <item name="android:progressDrawable">@drawable/
star_ratingbar_full</item>
        <item name="android:minHeight">60px</item>
        <item name="android:maxHeight">60px</item>
        <item name="android:minWidth">60px</item>
        <item name="android:maxWidth">60px</item>
    </style>

min/max height/width doesn't affect stars size. Instead of this all
rating panel is resized.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to