Android Native (Adalo Responsive): Left side of username is cut off in list items

I’m experiencing a UI issue with an app built using Adalo’s Responsive Builder when running as an Android Native (AAB) app.

Issue:
In a list/card UI, the left side of the username text is cut off (for example, the first character of yuki_ is missing).
This occurs only on Android Native. It does not reproduce in the web preview or on iOS.

Layout details:

  • List with card-style rows

  • Avatar on the left, username text next to it

  • Shared Layout

    • Width Resizing: Scales with Screen

    • Anchor: Center

    • Sticky while scrolling: Off

The card itself appears within the screen bounds, but the text is partially clipped on the left side.

Is this a known issue or limitation with Android Native + Adalo Responsive?
Any guidance on recommended layout structure or configuration to prevent left-side clipping would be helpful.

Hi @Yuki.O

From your attached screenshot, it seems you’re using an incorrect layout.

Your image should remain fixed and anchored to the left while your text should scale with the screen and be anchored to the left or right. This should resolve the issue.

Also, remember to leave some space between the image and text components. You could use the Shift arrow right key to add 1px of space.

Thanks

1 Like

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