CardView elevation not working on Android 5.1.1
I am using CardView inside a RecyclerView. After reading a lot I ended up with following 'NOT WORKING' code only on Android 5.1.1. On Android Version prior to this one its working nice. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:card_view="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#11ffffff" android:orientation="vertical" android:paddingBottom="10dp"> <RelativeLayout android:layout_width="match_parent" android:layout_height=