According to my app ui requirement it's need plain side on top of cardview so, it need to remove shadow from upper side and touch to another view.
I tried
card_view:cardElevation="0dp"
but it removed shadow from all side, so it's not useful to me.
I tried by negative margin (-5dp) applied to CardView and image view one by one but all time CardView is come over the image not under the image so,it doesn't worked for me.
App ui requirement is like this
Can any one give suggestions of do help to solve this?