6

We have some hidden views inside CollapsingToolbarLayout. So when we are making those view visible alignment of title is changed. so we need to change the value of expandedTitleMarginBottom for adjusting alignment.

How can we set expandedTitleMarginBottom for CollapsingToolbarLayout programmatically ?

4

1 回答 1

0

对于任何搜索此内容的人:您可以调用setExpandedTitleMarginBottom(int px)collapsibleToolbarLayout

于 2019-05-10T15:44:39.513 回答