Disable CollapsingToolbarLayout elevation
Setting app:elevation="0dp"
on AppBarLayout
does the job.
Just add
android:stateListAnimator="@null"
to your AppBarLayout
Setting app:elevation="0dp"
on AppBarLayout
does the job.
Just add
android:stateListAnimator="@null"
to your AppBarLayout