I am using the code from this answer . And I'm trying to disable toolbar height when collapsing. I tried putting android:elevation="0dp" in all xml tags, but it just didn't work out. Any suggestion?
android:elevation="0dp"
Setting app:elevation="0dp" on the AppBarLayout does the job.
app:elevation="0dp"
AppBarLayout