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
As values folders are more suitable to use for setting different margins and font sizes based on device resolution, though some hdpi devices takes values from values-xhdpi. So instead using values-normal-hdpi, values-normal-xhdpi is more appropriate answer.
By using this, we can also omit need of different layout folders by setting different dps and sizes in values folders to support phones and tablets very easily.