-
Notifications
You must be signed in to change notification settings - Fork 527
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 #40 & #42: Previous Responses highfi + A11y #3186
Conversation
android:onClick="@{(v) -> viewModel.onResponsesHeaderClicked()}" | ||
android:padding="0dp" | ||
android:paddingTop="24dp" |
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.
In this container I have removed marginTop=24dp
and shifted it to paddingTop=24dp
so that it can be the part of minheight=48dp
.
@mschanteltc This PR focuses on the UI of @mschanteltc Will this work or not? Also, if not then can you update the mocks and provide guidelines of what should be the exact start/end margins. |
Yes this SGTM. |
@anandwana001 FYI if you think it will take time to review, do let me know I can just show you the trick which will make this review very easy. (Basically compare with |
Connecting you on chat. |
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
Explanation
Fixes part of #40
Fixes part of #42
Fixes #2322
Resources
Exploration Mobile Portrait
Exploration Mobile Landscape
Exploration Tablet Portrait
Exploration Tablet Landscape
Exploration SplitView Portrait
Exploration SplitView Landscape
Question Mobile Portrait
Question Mobile Landscape
Question Tablet Portrait
Question Tablet Landscape
Question SplitView Portrait
Question SplitView Landscape
Output
A11y Scanner passes for Previous Responses
Note for Reviewer
The marginStart and marginEnd for the
previous_response_header
are inconsistent in mocks so to make it consistent I had kept 12dp margin on both ends w.r.t tocontent-item
Checklist