App looks ugly on phone

Hello
Please take a look at this...
When I install my apps created with app inventor on my phone it looks different. In the editor i do this:


But on the phone it becomes this

The widgets positions get messy and it's very ugly
What should i do? The same happens with other phones too

Welcome @Ramon_Amorim

You will notice that there are three different sizes of the phone displayed in the companion

Sizes

Phone Size
Tablet Size
Monitor Size

These show the look of your app in 3 different screen sizes.

If you would like your app UI to look exactly the same, be it any screen dimension, then you can try out the following steps -

  1. Setting the Responsive sizing to Fixed sizing
    image

  2. Setting the desired height and width of each visible component to a certain measure instead of leaving it at automatic
    image
    image

  3. Set the alignment of the whole screen as well as the alignment of the content of all components

image
image

  1. Checking the Scrollable property of the screen. (only if your content will not fit in)
    image

5.Specifiying the screen orientation (If it makes your app look 'ugly' when the orientation is changed)
image

Please let us know if these points help you solve your problem

This link maybe of some help
http://ai2.appinventor.mit.edu/reference/other/responsiveDesign.html