robinhood / ticker

An Android text view with scrolling text change animation
https://medium.com/robinhood-engineering/hello-ticker-20eaf6e51689
Apache License 2.0
4.38k stars 462 forks source link

Text size cannot change #117

Closed aungthuramoe1997 closed 3 years ago

aungthuramoe1997 commented 3 years ago

I can't change text size via xml or programmatically.I use my andorid 10 device .

<com.robinhood.ticker.TickerView
  android:id="@+id/text_view_result"
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:layout_centerHorizontal="true"
  android:text="--"
  app:ticker_animationDuration="700"
  android:textColor="@color/successColor"
  android:textSize="90sp" />