You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fw/apps: honor preferred content size in remaining system menus
The notifications app list, its empty state, the alarms "limit reached"
cell and the Bluetooth pairing hint still drew with the platform default
fonts and cell heights, so they stayed the same size when the user
changed Text Size while every other menu around them followed it.
Switch them to the preferred content size. The notifications list picks
its cell height from the same per-size table it already had, so
ExtraLarge gets the basic menu cell height like Large does. On round
displays the focused notification cell grows from 84 to 100 px at
ExtraLarge, since the icon, title and subtitle stack no longer fits the
fixed tall cell with the larger fonts; the unfocused rows shrink
accordingly so two still fit on each side. The Bluetooth pairing hint is
drawn below the first cell outside its bounds with a fixed 83 px box,
which no longer fits the larger fonts; size the box to the remaining
display height instead and let the trailing ellipsis handle overflow.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
0 commit comments