Skip to content

ADFA-4999 fix(maps): FQR pills wrap to multiple lines on narrow screens - #330

Merged
luisguzman-adfa merged 1 commit into
mainfrom
fix/ADFA-4999-maps-fqr-pills-wrap
Aug 3, 2026
Merged

ADFA-4999 fix(maps): FQR pills wrap to multiple lines on narrow screens#330
luisguzman-adfa merged 1 commit into
mainfrom
fix/ADFA-4999-maps-fqr-pills-wrap

Conversation

@luisguzman-adfa

Copy link
Copy Markdown
Collaborator

On the Maps screen (Get More → Maps), the info pills sit in a fixed horizontal row that never wraps, so on narrow screens the last pill runs off the edge and gets clipped — the third FQR pill ("Online") ends up cut off. This affects both the Full-Quality Regions card (3 pills) and the "Rebuild the full maps" card (2 pills).

The fix reuses the FlowLayout the team already built for this screen (ADFA-4848), which flows children left-to-right and wraps when they don't fit, so no new dependency is needed. It just needs a small XML-inflatable constructor added, and the two pill rows in fragment_k2go_maps_landing.xml swapped over to it. After the change, pills wrap to a second line on small screens and stay on one line where there's room.

Tested on device.

@luisguzman-adfa
luisguzman-adfa merged commit a6c3501 into main Aug 3, 2026
3 checks passed
@luisguzman-adfa
luisguzman-adfa deleted the fix/ADFA-4999-maps-fqr-pills-wrap branch August 3, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant