I am using this answer to handle dimens for all screen sizes, but I have misunderstanding, can anyone explain me, for which screen density is generated android default dimens?
And also if I'm trying to handle xxhdpi
for both 1080x1920
and 1440x2560
, how should I do that?
Because I'm allowed to build only one dimension with the name values-xxhdpi
or it is not even a keyword?
Any help is appreciated, thanks.