I have several android devices
with the same resolution (xxhdpi) and the same density.
However, physically they have different screen sizes. (one is taller and wider, and the other shorter and narrower)
I have scoured the support different screen sizes page, and did not find something that would help me.
I want to create different folders with res/values/dimens.xml that will contain different text sizes appropriate for my device.
I do not want to programmatically calculate the correct text size (although it seems like the only viable option for now). I want the system to select the correct folder with the appropriate screen size text size.
How do I name my folders, to achieve my goal? Maybe I need to do something else ?