Skip to content

Display Issues in under larger scaling settings #8

Open
@gaosher

Description

@gaosher

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions