-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[FIX] Oval Shape button to a Circle in the What's New screen section #3364
Conversation
…lcome section - Changed layout width and height of the button to 64dp ( Basically a square).
Thanks for the contribution @sashpawar11 !! we will take care of it soon 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your contribution @sashpawar11! Please take a look at this other XML file, it's the same layout you modified but for other screen resolution. If you could test it in some bigger device and see if it needs changes, it would be great and very complete! 👍
Sure, I'll test it out |
Hi @sashpawar11, I have checked it with some devices with different screen sizes.
A first solution could be reducing the size from 64dp to 48dp in https://github.com/owncloud/android/blob/master/owncloudApp/src/main/res/layout/whats_new_activity.xml and add 64dp in https://github.com/owncloud/android/blob/master/owncloudApp/src/main/res/layout-sw600dp/whats_new_activity.xml Just some changes and we will move it forward 👍 |
Thanks a lot for that @abelgardep! I'll do the changes immediately |
Made the changes @JuancaG05 @abelgardep ! Tested it on both Small and Large screens, works absolutely fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!! Thanks a lot again for your contribution @sashpawar11!! See you!! 🥳
Checked with different devices: Nexus S LGTM, thanks for the contribution @sashpawar11 |
Related Issues
App: #3351
Changed the previous oval shape to what it was intended to be, a Circular round button on the What's New Activity Screen after it reaches the final screen.
Attached screenshot below.