In order to support different screen sizes in an Android App, I have created different layout versions: sw320, sw480 sw600 sw720
But I notice that many mobile smartphones takes the version of sw320 while they do represent the page differently.
For example when running on the following devices: Nexus One and Samsung Galaxy s7 both takes (from some reason) the sw320, Why is that?
And would it be reasnable to add more layout versions to the code?