I am working on supporting my app on multiple screens. From this link I could understand that using smallest width qualifier, we can have multiple layout files for same screen and Android OS will pick the appropriate ones depending on the width of the screen.
My question is, can smallest width qualifier be used for values folder? say for example I want to change the width of a widget depending on the width of the device screen. So I want to place width in dp in dimens.xml file and use this value in my layout file. So, can I create folders like values-sw320dp, values-sw410dp etc and put dimens.xml files in each having different values?