-
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 #180: Lowfi and Highfi Hint solution landscape #957
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.
PTAL
app/src/main/java/org/oppia/app/player/state/hintsandsolution/HintsViewModel.kt
Outdated
Show resolved
Hide resolved
@veena14cs Please assign me back once you completes suggestions of @rt4914 that is discussed. |
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.
PTAL on suggestions
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.
Suggested changes.
app/src/main/java/org/oppia/app/player/state/hintsandsolution/HintsAndSolutionAdapter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/player/state/hintsandsolution/HintsAndSolutionAdapter.kt
Outdated
Show resolved
Hide resolved
...c/main/java/org/oppia/app/player/state/hintsandsolution/HintsAndSolutionFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
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.
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, Please address the toolbar issue as the toolbar title looks smaller when in landscape.
app:layout_constraintStart_toStartOf="parent" | ||
app:layout_constraintTop_toTopOf="parent"> | ||
|
||
<androidx.appcompat.widget.Toolbar |
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.
Please follow the attributes as per toolbar.xml layout-land.
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 one of the PR mentioned by @mschanteltc toolbar textsize is same as portrait 20sp.
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.
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. |
Explanation
This PR aims at fixing lowfi and hifi of hints and solution in landscape mode.
Mocks
https://xd.adobe.com/view/ee9e607b-dbd6-4372-48dc-b687d32af3da-98af/screen/bc5aeca3-c985-4ea0-a42e-656f97ebd9f7/PM-Q2-IA-Answered-1-8
https://xd.adobe.com/view/ee9e607b-dbd6-4372-48dc-b687d32af3da-98af/screen/75c1e22e-bc57-4ad4-8e66-971698ad86aa/PM-Q2-IA-Answered-1-9
https://xd.adobe.com/view/ee9e607b-dbd6-4372-48dc-b687d32af3da-98af/screen/901ca209-3a2f-4543-9f8a-532828e55d8a/PM-Q2-IA-Answered-1-10
https://xd.adobe.com/view/ee9e607b-dbd6-4372-48dc-b687d32af3da-98af/screen/33301d70-de88-4422-a3c2-695e1e28b944/PM-Q2-IA-Answered-1-12
Screenshot
Accessibility Scanner