opacapp / multiline-collapsingtoolbar

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

Multiline not working with TextSize<21 SP #43

Open AbhishekGupta894 opened 7 years ago

AbhishekGupta894 commented 7 years ago

If I change the Expanded title Font size to a value lesser than 21 sp then title starts coming in Single line with the Ellipses on the end.

g0g0l commented 7 years ago

I have the same problem too

jukov commented 6 years ago

You are not quite right. Multiline not working if collapsed and expanded text have same size.

diogochbittencourt commented 5 years ago

@jukov you are right! Using different sizes for collapsed and expanded will work! Even with values lower than 21.

DEcSENT commented 5 years ago

@jukov thanks you, it work! I think it should be documented because it not obvious behavior.