How to do a custom app bar from large title to small with animation?
问题 I means this: The transition occurs as the content on the layer begin to scroll. It's similarly to prominent from material.io. But I don't know how to do it. I could not find an example. 回答1: Introduce This is implemented by View : Toolbar and CollapsingToolbarLayout inside AppBarLayout . Solution New project -> Choose Scrolling Activity -> Next -> Finish You will see similar activity_main.xml <com.google.android.material.appbar.AppBarLayout android:id="@+id/app_bar" android:layout_width=