I am loading images from drawable folder into recycler. Am getting resource id using filename & calling setImageResource on image view to display the image.
I have checked am getting resource id as well but image is not displayed.
Problem is if shrinkResources is set to true some of the images from drawable folders are shown but others are not visible.
I tried after renaming the image name but result is same. If I disable the shrinking then all images are visible.
Don't want to set shrinkResources to false please suggest any other solution.