Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: today stats overflow #16965

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

MorenoTropical
Copy link
Contributor

Fixes

Approach

I made it multi-line

How Has This Been Tested?

Increased the device font size and took a screenshot

overflow

Checklist

Please, go through these checks before submitting the PR.

  • You have a descriptive commit message with a short title (first line, max 50 chars).
  • You have commented your code, particularly in hard-to-understand areas
  • You have performed a self-review of your own code
  • UI changes: include screenshots of all affected screens (in particular showing any new or changed strings)
  • UI Changes: You have tested your change using the Google Accessibility Scanner

@lukstbit
Copy link
Member

A fix for that issue should use WindowInsets to handle phones with rounded corners and the bottom drag bar disabled.

@MorenoTropical
Copy link
Contributor Author

A fix for that issue should use WindowInsets to handle phones with rounded corners and the bottom drag bar disabled.

I tried and looked at WindowInsets, but the problem happens despite of the screen having rounded corners or not, like when the device font size is set to big

@lukstbit
Copy link
Member

lukstbit commented Sep 8, 2024

I don't think this is the proper fix, making it multi line might work when the text is bigger but it isn't going to work if the text barely fits in one line and gets near the edges and the screen. I still think WindowInsets should be used especially as edge to edge will become the default with Android 15.

@lukstbit lukstbit added the Needs Author Reply Waiting for a reply from the original author label Sep 8, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Needs Author Reply Waiting for a reply from the original author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: String of review count at bottom of deck picker screen overflows
2 participants