Skip to content
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

Calendar Text Misalignment #638

Open
baronhsieh2005 opened this issue Dec 8, 2024 · 0 comments
Open

Calendar Text Misalignment #638

baronhsieh2005 opened this issue Dec 8, 2024 · 0 comments
Assignees
Labels

Comments

@baronhsieh2005
Copy link
Contributor

baronhsieh2005 commented Dec 8, 2024

Issue:

Currently, our calendar looks this, where the title and the text are misaligned and the cell border is very unclear:
image

From university_event.xml, each entry in the calendar is supposed to look like this, where the long horizontal textview is supposed the name of the event, while the date is formatted with the day stacked on top of the month (separated by two textviews), as shown below:
image

However, the issue is, that in the code, we populate the entire date (month + date) on the month textview, while the day textview is not populated for some reason, hence causing this misalignment.

Solutions

  • Separate the date and populate the day and month textview respectively on UniversityEventAdapter (Should be a quick fix)
  • Rewrite the calendar alongside with the homepage redesign with Jetpack, which @Akula112233 is working on.
@baronhsieh2005 baronhsieh2005 self-assigned this Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant