What is the optimal variant to leave an empty space in horizontal arrangement

Button, label or another horizontal arrangement. Which of them requires the minimum resources?

Resources for any of them are probably minimal. :slight_smile: I use a Label as a place holder. It works fine.

If you require a definitive answer; create an apk with only a Label, another with a Button and another with a Horizontal Arrangement. Now check the size of each apk. Is any of them significantly larger than another.

Thanks for answer. It is what I want to know

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