-
Notifications
You must be signed in to change notification settings - Fork 535
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 #2652: Splash Screen stretched #2655
Conversation
@anshbajpai Please add images for splash screen in description for following cases:
In general any UI change related PR should have screenshots in description. |
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.
This approach is better but the issue is with the image in bigger devices. On bigger devices the image looks small.
@anshbajpai Update title to |
@rt4914 so does the main logo should look the same like it does on mobile , on bigger devices like tablet . I have updated the current description with both the respective pictures. |
@rt4914 I am not sure, why one of the checks has failed , could you help me in understanding it ? |
@anshbajpai Don't worry about it. There are some flaky tests. We just need to re-run the workflow |
@mschanteltc Have a look at the PR description. Can we have mocks for |
Is it possible to format the logo depending on the device width? I have mocks to show what percentage of the screen width the logo and margins should be. |
@mschanteltc Yes it is possible to control margins based on device width but we cannot see the width can you provide the |
Updated the links to include the specs. Also fixed the formatting of the logo so they should be the same now (mobile portrait and tablet portrait). |
@anshbajpai I think you can work on this now. |
@anshbajpai Any updates on this? |
Closing this as there is no update from @anshbajpai |
Explanation
This PR fixes #2652 the splash screen, and splash screen doesn't stretch anymore on large screen devices, by adding a new drawable file named splash_image.xml
Mobile Portrait Screenshot
Tablet Portrait Screenshot
Checklist