Why are the images small whenever I test out the app, but it's normal whenever I edit?

I am still a bit new to MIT, but I want to fix this for a school project that is about due in some weeks. Please help, idk what to do :((

(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.

export_and_upload_aia

.

..

GAMETEST_Screen_checkpoint1.aia (591.1 KB)

(thi was the test one btw, im not sure if my group would like me to upload the actual one, they have the same problem anyway,)

Why are the images small whenever I test out the app, but it’s normal whenever I edit

Because you are using responsive sizing and you have set all your components to specific heights and widths. Try this:

GAMETEST_Screen_checkpoint1 (1).aia (591.1 KB)

Where I have set most things to use fill parent or automatic sizing.

In general, do not rely on how things look in the Designer, it will never give a true repesentation of how things will actually look in companion or in a compiled app.

1 Like

Thank you so much!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.