-
Notifications
You must be signed in to change notification settings - Fork 528
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
Fixes Part of #2326: Changes in Views inside Practice Tab [A11y] #2525
Fixes Part of #2326: Changes in Views inside Practice Tab [A11y] #2525
Conversation
@rt4914 @FareesHussain please review my PR and notify about any improvements related to checkboxes |
@Mehul-Bisht the topic_practice_header_view.xml does not need to be changed as the START button resides in topic_practice_footer_view.xml |
Yes I know, but the reason why I reduced padding at the bottom for the header was that I made changes to padding of the topic_practice_subtopic. So now the subtopic items have more padding at the top so the header doesn't need as much padding on the bottom as it had before. May I attach a screenshot to show the changes? |
Yes, also attach the screenshots for before the changes and of passing scans |
Before changes screenshots are already shown here: #2326 After changes the scans for: Portrait Mode: Landscape Mode: |
@Mehul-Bisht you have done a good work . Even if we have solved the issue this way, but we don't want the UI to change drastically.
You must try keeping the |
Ok I will update it soon. |
@Arjupta I have now made the specified changes in all practice tab layout files. Kindly review. |
Thanks @Mehul-Bisht , nit changes
@rt4914 Rest everything LGTM.
|
@rt4914 while testing this for landscape mode, I encountered another issue I think this is because of the drop-shadow view, I tried to set it not important for accessibility but still the checks failed at this giving wrong indication about contrast issue in checkbox. |
@Arjupta File an issue mentioning how to reproduce this and we will have a look. Thanks. |
@Mehul-Bisht Update your PR description to |
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.
Really nice work @Mehul-Bisht . Suggested one nit 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.
LGTM, thanks.
@Mehul-Bisht and @rt4914 are you facing this issue on a Tablet ? |
@Arjupta I could not test it with a tablet since my device doesn't run emulators that well. I tried to select an appropriate value for the tablet layout. |
It's okay . For future PR mention the tests you have done on your side. |
Explanation
Fixes part of #2326: Changes in Views inside Practice Tab [A11y]
Fixed issue with checkbox accessibility for all layouts
Portrait Mode
Landscape Mode
Before changes
After Changes
Checklist