I’m encountering an issue with the layout of a header in my app. The header comprises several components, including a title at the top and a button at the bottom. The title dynamically retrieves data from the database, and occasionally, the text extends to two lines. However, this causes the button to be pushed down to underneath the header. Given that there is ample space in the header to accommodate two lines of text and the button, how can I ensure that the button remains fixed in place and unaffected by the length of the title text?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.