-
Notifications
You must be signed in to change notification settings - Fork 521
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 #1646:Changed all padding_# and margin_# to space_#dp in dimens value. #1936
Conversation
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.
Nice work @ranjsa
Let's wait for Rajat comment on dpdp thing and then you can update it accordingly.
Added a few points and also added 1 point to clarify between padding_72
vs padding_72dp
.
Thank You @anandwana001 for reviewing my PR. I have fixed all space_#dpdp to space_#dp. |
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.
Okay sure, Thanks @anandwana001 |
Ideally, we should be semantically naming all dimensions. @rt4914 would you prefer that we check this PR in as-is and fix that in a later change? |
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 @ranjsa . This is really great.
Also, I understand that its not easy to make a change and resolve merge conflicts again and again and therefore I am approving this so that if you want to merge this PR at this stage you can do that.
If you choose to make the suggested change, then just assign it back to me and I review back and merge.
If you choose to merge it right now, then I suggest you file an issue here . You can also add this under SLoP tags too.
Sounds good?
@BenHenning I am not 100% sure what you mean here? |
Hello, @rt4914 thanks you for reviewing this PR. |
Yeah, you should file a new issue. |
Explanation
Fixes #1646
Checklist