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

Use View.resolveSize() in onMeasure(). #82

Closed naturalwarren closed 6 years ago

naturalwarren commented 6 years ago

We can use the View.resolveSize() API to do the heavy-lifting of computing the desired width and height. These two implementations are equivalent.

Verified MainActivity and PerfActivity rendered correctly in the sample app.