-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button 'THE VERSION FROM ANOTHER DEVICE' spans two lines, leading to a cluttered interface #21137
Labels
Comments
Thanks for reporting! 👍 |
I‘d like to have a try on this issue. |
@nbradbury can I work on this issue ? |
@Akshaykomar890 Yes, feel free to work on this. Thanks! |
Akshaykomar890
added a commit
to Akshaykomar890/WordPress-Android
that referenced
this issue
Jan 11, 2025
>Issue: The button "THE VERSION FROM ANOTHER DEVICE" was not fitting within its allocated space and was spilling over into a second line, leading to a cluttered UI. >Solution: Added the android:layout_weight="1" property to the button's style, which ensures that the button receives equal space alongside other buttons, preventing it from breaking into multiple lines. >Result: The button now fits within the available width and maintains a consistent, clean appearance on different screen sizes, enhancing the overall user interface.
@nbradbury, I created a PR for this issue. Could you please review it when you have a moment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
The buttons 'THE VERSION FROM ANOTHER DEVICE' and 'THE VERSION FROM THIS APP' should be neatly aligned and occupy a single line, ensuring a clean interface.
Actual behavior
The first button, 'THE VERSION FROM ANOTHER DEVICE,' due to space constraints, spans two lines, making the interface look cluttered and disorganized.
Steps to reproduce the behavior
Tested on [device], Android [version], JPAndroid / WPAndroid [version]
Galaxy S21 5G, 12, Jetpack 25.2.1 (1444)/WordPress 25.2.1 (1444)
Potential Solution
Align both buttons to the left to maximize the available space and ensure that each button occupies a single line. This will help create a more organized and aesthetically pleasing interface.
The text was updated successfully, but these errors were encountered: