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!
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/latoIt 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!