I am currently confused on how the multiple screen support works.I have 4 layout folders currently called "layout-small, layout-normal, layout-large, and layout-xlarge".It runs and displays the normal layout fine on my avd, but when I run it on my droid razr maxx it displays things out of place.(Each layout has a textview which specifies if its using a small,normal, large or xlarge layout folder.) It appears that the phone is running "layout-normal" although the problem is it displays properly on the avd but not on my phone.Here are the avd stats: http://i.stack.imgur.com/UBZTk.pngMy question is how would I resolve it? Do i have to make a new folder called "layout-w720dp" or something similar? All the help is much appreciated!