I need different sized images for both the 7″ and 10″ tablets. The 7″ images are in drawable-large-mdpi and work fine. The 10″ images are in drawable-xlarge-mdpi and work fine. But it now looks like they would probably benefit being all in one folder. I assumed that just by using drawable-large-mdpi the 10″ tablets would automatically go to this but it doesnt seem the case? Is there anyway to get both tablets to use one (large) drawable folder?
Share
Never-mind I just used drawable-sw600dp-mdpi and works fine!