mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
This change consists of two related portions: 1. Extraction of badge and dot badge appearance-related APIs into corresponding Appearance objects and updating the MDC examples to reflect this new API format. 2. Updated bottom navigation to make use of the new appearance APIs. Also added an example of using the appearance's "system tint" default behavior for nil, which is aligned with how UIKit handles similar APIs. PiperOrigin-RevId: 417902876