I am working on grid layout using recyclerview in android. The grid occupies a portion of the screen and has a shadow. To get the desired shadow effect I am using an elevati
Just set below three property in your recyclerview
android:outlineProvider="bounds" android:background="@null" android:elevation="2dp"