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

Display Issues in under larger scaling settings #8

Open
gaosher opened this issue Dec 10, 2024 · 0 comments
Open

Display Issues in under larger scaling settings #8

gaosher opened this issue Dec 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gaosher
Copy link

gaosher commented Dec 10, 2024

Describe the bug
i found some adaptive display bugs under largest font size and largest display size.

  1. Button "New user?" and Button "Restore" can't be displayed completely.
    0_incomplete
    i belive the buggy views are Button @id/fragment_setup_init_button_new, and @id/fragment_setup_init_button_restore_backup in activity_setup.xml .
  2. text "Let's say your username is..." can't be displayed completely.
    1_incomplete
    i belive the buggy view is LinearLayout @id/setup_how_1_ll in fragment_setup_how1.xml .
  3. text "Either on the fly or generated beforehand..." can't be displayed completely.
    2_text_incomlete
    i belive the buggy view is LinearLayout @id/setup_how_2_SV in fragment_setup_how2.xml .
  4. text "Let's say a spammer get..." can't be displayed completely.
    3_text_incomplete
    i belive the buggy view is LinearLayout @id/setup_how_3_ll in fragment_setup_how3.xml .

To Reproduce
Steps to reproduce the behavior:
use the largest display and font size in android settings
click button "New users?"
click button "Next"
click button "Next"
click button "Next"

Expected behavior
here are screen shots of buggy pages under default scaling settings.
1.
0
2.
1
3.
2
4.
3

Smartphone (please complete the following information):

  • Device: Pixel 2
  • OS: Android 10.0
  • Version: 5.4.2
@gaosher gaosher added the bug Something isn't working label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants