mirror of
https://github.com/androidx/media.git
synced 2025-05-08 16:10:38 +08:00

1. Refine the way TtmlNode handles whitespace collapsing when constructing the output text. Can of worms. 2. Start using SpannableStringBuilder. This will allow attaching of spans in getText as nodes are encountered, which is how we'll be incorporating styling information into the result.