How to apply shadow to ImageView?
We can also use CardView which provides a rounded corner background and shadow. To use that you need to add the v7 CardView library as a dependency to the project in the build.gradle like below. dependencies { compile ‘com.android.support:cardview-v7:23.0.1’ ——- } Note: Change 23.0.1 in the above line with the respected version. So I surrounded … Read more