Android allows us to define hdpi/mdpi/ldpi for the drawable folder in order to account for different sized screens/devices. I was wondering if that same support can be appl
Yes, you can define files to be used based on whatever the standard modifiers are. For instance, in one of my apps I have defined styles.xml and strings.xml files for various sizes and orientations and it all works as expected values-large-hdpi and values-large-land-hdpi, etc.