I implemented customized rating bar as explained here
How to create Custom Ratings bar in Android
but when I try to make the minHeight of the rating bar<23 I always get this result

while I wanna make a rating bar with this size

do I have to resize the images I use in drawable according to the rating bar max and min heights or what?
The problem maybe be related to the sreen resolution. Try to add this on your manifest file:
More info here: http://www.jdamcd.com/?p=303
And you can also try setting
style="?android:attr/ratingBarStyleSmall