Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CollapsingToolbarLayout without title animation

I am working with CollapsingToolbarLayout. I don't know any methods to pin title in Toolbar.

Is there any simple way to achieve this?

like image 980
Unmerciful Avatar asked Nov 30 '22 00:11

Unmerciful


1 Answers

This solution works for me.

<android.support.design.widget.CollapsingToolbarLayout
        app:titleEnabled="false"
        ...
>
like image 68
Olzhas Ilyubayev Avatar answered Dec 04 '22 12:12

Olzhas Ilyubayev