-
Notifications
You must be signed in to change notification settings - Fork 531
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 #1957: Optimise code in profile_chooser_profile_view.xml #2068
Fix #1957: Optimise code in profile_chooser_profile_view.xml #2068
Conversation
@rt4914 PTAL |
Few initial points:
|
@anandwana001 I have treated 1 & 2. Implemented 3 before pushing but let me do that again |
Done. |
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.
@peculiaruc Thanks for the PR.
The changes in this PR does not match with previous implementation.
The best way to test such PRs is by comparing screenshots.
- In latest develop, take screenshots under various circumstances for mobile+tablet in landscape and portrait orientation.
- Then apply your changes and in your branch, re-run the app and take screenshots in similar circumstances for mobile+tablet in landscape and portrait orientation.
- Now compare these screenshots and you will find the issues.
Thanks.
Also couple of points related to PR:
|
Noted. Thanks |
Done. @rt4914 PTAL at PR #2089, I updated my branch name for PR #2068, As I push my code it automatically asked for a new PR. Hope that's okay. |
@peculiaruc you can close this PR if not needed. |
Done |
Explanation
Fixes #1957: Flatten the view hierarchy to use ConstraintLayout and minimal nesting of views and made sure that all TextViews uses the style from styles.xml
Checklist