Replicating the Outlook Mobile 'Focused/Other' Switch in .NET MAUI
Outlook’s Focused/Other toggle looks simple, but the detail is in the animation and masking: the highlight “pill” slides while the text color changes only where it overlaps.
Matt Goldman shows how to replicate the effect in .NET MAUI using SkiaSharp, blend modes, and a small custom animation to drive the draw loop.