My Cardview inside Listview is not showing shadow in Android L(Nexus 5). Also the round edges are not properly shown. Here is the code for Listview\'s Adapter View :
You can add this line of code for shadow in card view
card_view:cardElevation="3dp"
Below you have an example
Hope this helps!