Display Issues in under larger scaling settings #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
hey,
thanks for your effort for developing this awsome app! in the process of using lunatrack, i found some adaptive display bugs under largest font size and largest display size.
Screen shots:
under default font and display settings
under largest font size settings, the texts can't be displayed completely.
under largest font and display size settings, the rows are missing, and the screen can't be scrolled.
i belive the buggy views are TextView @id/quantity in row_luna_event.xml, and RecyclerView @id/list_events in activity_main.xml .
hope this info will help to locate and fix the bug :)
app version: 0.3
device: Pixel 2
Android version: 10.0
screen resolution: 1920 * 1080
Thank you for the very detailed report! Will look at it!
This should be fixed in
b02a6c9aad
Available in the next release
Great!