Skip to content

[Android] Fix project item truncation on Home Screen when font size is set to maximum#662

Merged
jsuarezruiz merged 6 commits intodotnet:mainfrom
Vignesh-SF3580:fix-30830
Sep 11, 2025
Merged

[Android] Fix project item truncation on Home Screen when font size is set to maximum#662
jsuarezruiz merged 6 commits intodotnet:mainfrom
Vignesh-SF3580:fix-30830

Conversation

@Vignesh-SF3580
Copy link
Contributor

@Vignesh-SF3580 Vignesh-SF3580 commented Aug 21, 2025

Issue Details

When the font size is set to maximum, the "Work, Personal, Health, Family, and Friends" project items are truncated on the Home Screen.

Root Cause

The CollectionView was used with an explicit height, which did not adjust when the font size increased.

Description of Change

Replaced the VerticalStackLayout with a Grid, and instead of using a fixed height, applied MinimumHeight for the CollectionView to resolve the issue.

MAUI Issue report: dotnet/maui#30830

Screenshots

Before Issue Fix After Issue Fix
image image

@Vignesh-SF3580 Vignesh-SF3580 marked this pull request as ready for review August 22, 2025 06:20
@jsuarezruiz jsuarezruiz merged commit 3404ccb into dotnet:main Sep 11, 2025
3 checks passed
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.

2 participants