You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mainly use the setTypeface() method as was pointed out in a previous closed issue. With downloadable fonts getting great support, it would be great if we can add a font attribute to TickerView.
Something like : android:fontFamily="@font/lato
It would probably mean that there would be a dependency on the support library but that could be fine since almost all developers use the support library anyway.
Would be happy to take a stab at it!
The text was updated successfully, but these errors were encountered:
Great suggestion, and would love to see a PR for it if you want to take a stab! Otherwise it'll be on my back burner once I get more free time from work.
I mainly use the
setTypeface()
method as was pointed out in a previous closed issue. With downloadable fonts getting great support, it would be great if we can add a font attribute toTickerView
.Something like :
android:fontFamily="@font/lato
It would probably mean that there would be a dependency on the support library but that could be fine since almost all developers use the support library anyway.
Would be happy to take a stab at it!
The text was updated successfully, but these errors were encountered: