-
Notifications
You must be signed in to change notification settings - Fork 240
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
UI Responsiveness Improvements for Track and Waypoint List Layouts #504
Conversation
Hi @FR3DD221 !👋🏼 Recording.2025-02-08.002657.1.mp4 |
This fixed the problem @miltonials mentioned
Thanks for you feedback, i just commited the fix. |
I adjust the id orientation of each track from vertical to horizontal
When you want to see the waypoints it closes in android 15. Screen_recording_20250213_123634.mp4 |
also this other bug happens in android 15 Screen_recording_20250213_123953.mp4 |
@@ -1,14 +1,54 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<androidx.constraintlayout.widget.ConstraintLayout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Continued on #513 |
Addressing layout breaks and text scaling issues when users modify system display and text size settings.
Changes
Track List Item Layout
Waypoint List Item Layout
Results
How it looks with the display and text on the biggest size
How it looks with the display and text on the medium size
This is a fix of PR #494