Actually, it's quite easy and simple.
- Just ensure that you use
RelativeLayout to lay Toolbar and the body.
- Put the
Toolbar in the last.
- Put transparent color for
android:background attribute of the Toolbar
This is an example of a working code:
Hope it answers the question.