Shadow on toolbar for pre-lollipop devices
First, this is the basic layout for the activity/fragment:
<LinearLayout 
	xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
android:layout_gravity="top"