I\'m facing the next problem:
I have a values-xxhdpi with their dimensions.xml. Devices with 480 dpi work great with this folder.
The problem is that for exa
You have to create dimension resource files for different screen sizes with different dpi.
As you can see here:
android:screenSize= ["small"| "normal" | "large" | "xlarge" ]
android:screenDensity=["ldpi" | "mdpi" | "hdpi" | "xhdpi"| "xxhdpi"]
dpi [ "280" | "360"| "420"| "480" | "560" ]
Add your screen dimension with density and define your attributes.