opacapp / multiline-collapsingtoolbar

A modified CollapsingToolbarLayout that can deal with multiline titles
Other
782 stars 114 forks source link

Create methods to verify ellipsized title. #41

Open IzabellaConigliaro opened 7 years ago

IzabellaConigliaro commented 7 years ago

This code verifies if the title was ellipsized. If so, the method checkTextEllipsize() keeps decreasing the font size of the title until it fits the screen.

raphaelm commented 7 years ago

Hi! This seems useful. However, I'm unsure about the naming of checkTextEllipsize, as it actually changes things and doesn't only "check". Could you think of a better name here? :)