La elevación no se muestra en la barra de herramientas de los dispositivos pre-pirulí

Quiero mostrar el mismo efecto de elevación en mi toobar en un dispositivo KitKat como se ve en un dispositivo Lollipop. A continuación se muestran las capturas de pantalla de los dispositivos KitKat y Lollipop. Me he referido a este enlace, pero mi problema aún no está resuelto.

Lollipop Dispositivo:

Introduzca aquí la descripción de la imagen

Kitkat Dispositivo:

Introduzca aquí la descripción de la imagen

ContentMain.xml

<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.global.market.checkinternet.MainActivity"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <android.support.design.widget.AppBarLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="#fff" android:theme="@style/AppTheme.AppBarOverlay"> <android.support.v7.widget.Toolbar android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="?attr/colorPrimary" app:popupTheme="@style/ThemeOverlay.AppCompat.Light" /> </android.support.design.widget.AppBarLayout> <android.support.design.widget.TabLayout android:id="@+id/tabs" android:layout_width="match_parent" android:layout_height="wrap_content" app:tabMode="scrollable" android:background="#3F51B5" style="@style/MyCustomTabLayout" app:tabTextColor="#ffffff"/> <android.support.v4.view.ViewPager android:id="@+id/viewpager" android:layout_width="match_parent" android:layout_height="wrap_content" app:layout_behavior="@string/appbar_scrolling_view_behavior" /> </LinearLayout> 

App_bar_main.xml

  <?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:ads="http://schemas.android.com/apk/res-auto" android:fitsSystemWindows="true" tools:context="com.global.market.MainActivity"> <include layout="@layout/content_main" /> </android.support.design.widget.CoordinatorLayout> 

FlipAndroid es un fan de Google para Android, Todo sobre Android Phones, Android Wear, Android Dev y Aplicaciones para Android Aplicaciones.