As important as the aspect ratio option, must have a field where we could set the minimum size of the screen or/and elements, since there several android mobiles with different screen sizes. When we developed a layout to fit in the common size (460/480 x 320 – like nexus/iphone), the whole layout is flattened in order to fit on a 320×240 screen, for example. So, there should be a way to define the minimum size it for the screen and enable scroll bar to access all elements of the application with smaller screen than the standard. In that way the original layout is preserved.