I have a CardView aligned bottom to screen, destpite the elevation I want to add more shadow to top of the CardView. I\'ve tried with
android:shadowColor=
Well margin don't help much, so I put padding on main container and remove all those shadow properties because the android:elevation="" is what is doing the job.
android:elevation=""
Here is some clear code, that is working for this need:
And an image on how this looks: