-
Notifications
You must be signed in to change notification settings - Fork 532
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
Reformatting required in dimension file for better structure #2399
Comments
I would like to make a PR for this issue.
|
Assigning it to you |
Should I Rearrange in only 5 categories only? |
@Roshan13046 try to do it for these 5 categories first and then if you find some dimensions left after that , then consider to find more ways to group them. But if you are unable to do so then create a PR and ask me for a review. |
@Roshan13046 any update on this Issue? |
Removing the assignment as there is no further update from previous contributor |
I am working on this issue |
Fixes oppia#2399 Dimens.xml was properly structured in the file
Is this issue still open ? |
Can you confirm @rt4914? |
@MohitGupta121 I would like to work on this issue. |
@Yashsomalkar assigned go ahead. |
Sorry for the delay. The file had a lot of content and was also busy with some college stuff. |
Okay sure, no problem now please continue your PR. |
@Yashsomalkar are you still woking on this issue? If you blocked somewhere please feel free to ask. or we unassign you this issue if you not working on this? |
I am working there is an issue i have mentioned you in PR please check that out |
@Yashsomalkar please link your PR with the issue by adding #tag issue number in PR description |
Yes i have did it its above over conversations. Should i tag it again ? |
No it's good. |
…ture (#5168) <!-- READ ME FIRST: Please fill in the explanation section below and check off every point from the Essential Checklist! --> ## Explanation <!-- - Explain what your PR does. If this PR fixes an existing bug, please include - "Fixes #bugnum:" in the explanation so that GitHub can auto-close the issue - when this PR is merged. --> Fixes #2399 This PR has restructured the dimens.xml files. The file is too large so just rearranged the dimensions to form the groups on the base of their name, so that we find all the the dimensions related to a particular category at once with ease. ## Essential Checklist <!-- Please tick the relevant boxes by putting an "x" in them. --> - [x] The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) - [x] Any changes to [scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets) files have their rationale included in the PR explanation. - [x] The PR follows the [style guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide). - [x] The PR does not contain any unnecessary code changes from Android Studio ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)). - [x] The PR is made from a branch that's **not** called "develop" and is up-to-date with "develop". - [x] The PR is **assigned** to the appropriate reviewers ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)). ## For UI-specific PRs only <!-- Delete these section if this PR does not include UI-related changes. --> If your PR includes UI-related changes, then: - Add screenshots for portrait/landscape for both a tablet & phone of the before & after UI changes - For the screenshots above, include both English and pseudo-localized (RTL) screenshots (see [RTL guide](https://github.com/oppia/oppia-android/wiki/RTL-Guidelines)) - Add a video showing the full UX flow with a screen reader enabled (see [accessibility guide](https://github.com/oppia/oppia-android/wiki/Accessibility-A11y-Guide)) - Add a screenshot demonstrating that you ran affected Espresso tests locally & that they're passing --------- Co-authored-by: Adhiambo Peres <[email protected]>
Currently the dimensions in the dimens.xml files are segregated in groups (all having same values). The file is too large so we must rearrange the dimensions to form the groups on the base of their name, so that we find all the the dimensions related to a particular category at once.
Reference
Category structure - #2111 (comment)
The text was updated successfully, but these errors were encountered: