-
Notifications
You must be signed in to change notification settings - Fork 526
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
"Tick Icon" in the QuestionPlayer disappears if the submitted answer is too long #1538
Labels
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
Comments
@MohamedMedhat1998 I would like to take up this issue |
Merged
8 tasks
BenHenning
pushed a commit
that referenced
this issue
Nov 17, 2020
…ted answer is too long (#1923) * test answer tick * test on recyclerview * revert recyclerview changes * add maxWidth * fixed major part of bug * fix bug for portrait layout * add binding adapter * try fixing new bug * try fixing errors * fix extra space when answer is incorrect * fix reviewed changes * fix nit change * annotated binding function with proper annotations * fix error in BUILD.bazel * fix all checks * fix bug for all layouts * fixed suggested changes * update guideline name * fix failing checks * add tests case * add test * fix tickicontest * tried adding a complete test * Try removing Linearlayout * corrected errors in testcase * corrected errors in testcase * tried adding position assertion * resolved merge conflicts successfully * removed LinearLayout from portrait phone layout * fix test case * try adding position assertion * fixed test case for phone portrait-layout * removed LinearLayout from all the layouts * fix suggested changes * fix reviewed changes * fixed nit changes * fixed errors in landscape and tablet layouts * fixed nit * add new case to test * update test case * move test case to QuestionPlayerActivityTest.kt * fix reviewed changes * fix suggested changes * fix nits * fix nits * remove extra line * Added TODOs and RunOn(ESPRESSO) annotation * fix lint errors * fix nits * fix nits
BenHenning
moved this to Needs Triage
in [Team] Core Learner and Mastery flows & UI Frontend - Android
Sep 17, 2022
BenHenning
added
the
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
label
Sep 17, 2022
seanlip
moved this from Needs Triage
to Done
in [Team] Core Learner and Mastery flows & UI Frontend - Android
Dec 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In the QuestionPlayer, the "Tick Icon" appears when the submitted answer is correct. But if the submitted answer TextView is long enough to fill its parent, it pushes the "Tick Icon" off the borders of its parent. So, it disappears.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The "Tick Icon" should appear and the TextView width shouldn't push it off the layout.
Screenshots
Device
The text was updated successfully, but these errors were encountered: