For supporting multiple screens we can define layouts as layout-sw360dp layout-sw600dp, layout-sw720dp etc, But for example for a device that chooses the layout-sw360dp, the device screen density can be of
xhdpi,xxhdpi,xxxhdpi
So should we have to define multiple dimens values as,
values-sw360dp-xhdpi
values-sw360dp-xxhdpi
values-sw360dp-xxxhdpi
Otherwise if I'm not giving values specifically for each densities, my layout will get broken for various devices with different densities.