ColorRatingBar icon indicating copy to clipboard operation
ColorRatingBar copied to clipboard

how can i decrease width of RatingBar

Open salmanAndroidDev opened this issue 5 years ago • 1 comments

salmanAndroidDev avatar Feb 15 '20 15:02 salmanAndroidDev

Hi, @salmanAndroidDev I'm sorry for the late reply.

There are two ways to change the size.

  1. use style
<hyogeun.github.com.colorratingbarlib.ColorRatingBar
        style="?android:ratingBarStyleSmall"
        ...

or

  1. use scale
<hyogeun.github.com.colorratingbarlib.ColorRatingBar
        android:scaleY="0.5"
        android:scaleX="0.5"
        ...

Thank you

Best regards, Hyogeun

hyogeunpark avatar Feb 17 '20 06:02 hyogeunpark