I\'d like to integrate something like this:
And I\'ve done it like this, but I can\'t seem to put the imageview below the toolbar. Without the toolbar, I ca
LinearLayout will automatically place the ImageView below the Toolbar.
LinearLayout
ImageView
Toolbar
Try using a RelativeLayout instead.
RelativeLayout