Skip to content

Don't clip event-list widget title/time text - #1280

Open
xhon-pelushi wants to merge 1 commit into
FossifyOrg:mainfrom
xhon-pelushi:fix/widget-event-list-cropped-text
Open

Don't clip event-list widget title/time text#1280
xhon-pelushi wants to merge 1 commit into
FossifyOrg:mainfrom
xhon-pelushi:fix/widget-event-list-cropped-text

Conversation

@xhon-pelushi

@xhon-pelushi xhon-pelushi commented Aug 14, 2026

Copy link
Copy Markdown

Event-list widget title and time used includeFontPadding=false, which clips combining marks (e.g. Devanagari). Remove that attribute on those two TextViews only. Widget header left alone (#484).

Fixes #521

Test plan

  • Event list widget shows full glyphs for scripts with combining marks
  • Title/time still wrap/ellipsize as before

android:includeFontPadding="false" on the event title/time TextViews
removes the vertical space reserved for ascenders/descenders and
combining marks. For scripts like Devanagari this clips the glyphs
themselves instead of just tightening line spacing.

Fixes FossifyOrg#521
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.

Cropped text in event list widget

1 participant