The issue asked for a pinch gesture; part A only shipped the settings
presets, so this adds the gesture itself. Two fingers on the timeline
rescale the hour height continuously, and the moment under the fingers
stays under them while it zooms, so you keep your place in the day.
The scale preference grows a Custom case to hold what a pinch settles
on — a direct manipulation should be able to land between the named
steps rather than snapping to one. It is stored as "custom:<dp>"; the
preset names are unchanged, so an existing choice reads back as it was.
The picker lists Custom alongside the presets while it is in force, so
it is visible and one tap gets you back to a named step.
Three gestures share the timeline, so the pinch only claims it once a
second finger is down and the spread has passed a slop threshold —
one-finger scrolling, the week swipe and a two-finger scroll are all
untouched. It watches the initial pointer pass, since the vertical
scroll it has to outrank is a descendant.
The presets stay the accessible route to the same setting; a pinch is
not reachable without two-finger input.