I have all these measures:
- 7 "screens - mdpi
- 3.2 "screens - mdpi.
Therefore I try to create directories for each type of screen, but not all respond to their respective description, for example, in the case of tablets that are 1024px and are mdpi I programmed values for values-sw320dp-mdpi, values- sw480dp-mdpi.
Should I do the same for each and every screen case? If that were the case ... How would you have to name these directories according to their description so that they can be rendered with their respective measurements?
How should I name the dimens.xml files to be suitable for each type of screen?