I am looking at the chrisbanes/cheesesquare and I am trying to put TabLayout with a Toolbar inside a CollapsingToolbarLayout, and here is my code
As someone pointed out before, it looks like this is because (from the docs):
The navigation button is vertically aligned within the Toolbar's minimum height, if set.
Therefore, based on the initial layout you can do something like this:
Where app:titleMarginTop is the spacing needed to get the Toolbar size minus TabLayout size minus the text size and it should align nicely.