techery / ProperRatingBar

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

How to set a specific font ? #5

Open afaucogney opened 8 years ago

afaucogney commented 8 years ago

I tried to add calligraphy, but this is not working, as the component is probably not extending TextView.

 compile 'uk.co.chrisjenx:calligraphy:2.1.0'

I need that because as you saw in the picture my "star" is not full back, so the selected/uns

elected is not working well. I want to use the symbolic type, because it seems more easy to control the size of the view, thank to the text size.

device-2015-10-28-104224

Den-Rimus commented 8 years ago

This is surely a 'must-have' functionality for our RatingBar.

1) We need to provide ability to set custom font for symbolic tick. 2) We need to provide ability to set colour state list instead of just two colours for selected/unselected tick.

We will address this issue during next update.