Problems with screen format

hello. I have seen that other users have had problems with the tables fitting to the screen.
I have created an app with a launch page that is made up of a vertical table with 3 rows.
When I use the online system to verify it, everything is ok, but when I export it to an apk, the table appears deformed as you can see in the image.
Does anyone know what I’m doing wrong?



Hello @robonautas.spiv2kr8
On the Layout, please set the width to 375px and the height to 667px. With these options, the Layout component will adapt to the device width/height.

To set the size of the containers and components inside I suggest you use percentages

Now I have set the main container to 376x667. Just for one digit I’m breaking my head :upside_down_face:
I’m going to try it.

Yes, I have the inside containers using percentages.

Thank you