ColorRatingBar
ColorRatingBar copied to clipboard
how can i decrease width of RatingBar
Hi, @salmanAndroidDev I'm sorry for the late reply.
There are two ways to change the size.
- use style
<hyogeun.github.com.colorratingbarlib.ColorRatingBar
style="?android:ratingBarStyleSmall"
...
or
- use scale
<hyogeun.github.com.colorratingbarlib.ColorRatingBar
android:scaleY="0.5"
android:scaleX="0.5"
...
Thank you
Best regards, Hyogeun