techery / ProperRatingBar

Inspired by stock android RatingBar. Simpler, has features that original lacks.
411 stars 70 forks source link

Drawable size #17

Open iamtodor opened 8 years ago

iamtodor commented 8 years ago

Hello. I found this lib very useful, it's just one thing: I do not know how to change drawable's size. For example, your gif shows small size: https://raw.githubusercontent.com/techery/ProperRatingBar/master/readme_imgs/ProperRatingBar_v001_demo.gif

Den-Rimus commented 8 years ago

Sorry for being unresponsive for a long time.

You can provide the big drawable to be used as a 'tick' and make sure that the ProperRatingBar view itself has enough space to be shown.

If I got the question wrong - please share some theoretical code of what you are trying to do, in that way it might be easier to understand.