Material TabLayout elevation not working
For some reason the elevation attribute does not seem to be working on the new TabLayout in the material design support library. Any ideas? XML: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <android.support.design.widget.TabLayout android:id="@+id/tab_layout" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:elevation="6dp" /> <android.support.v4.view.ViewPager android:id="@+id/view