Skip to content

Instantly share code, notes, and snippets.

@ricknout
Last active January 19, 2023 09:29
Show Gist options
  • Save ricknout/6c194ef50722e76f4b326223be9d9a65 to your computer and use it in GitHub Desktop.
Save ricknout/6c194ef50722e76f4b326223be9d9a65 to your computer and use it in GitHub Desktop.
AppCompat to MDC-Android theme overlay mapping table
AppCompat theme overlay MDC-Android theme overlay
ThemeOverlay.AppCompat ThemeOverlay.MaterialComponents
ThemeOverlay.AppCompat.Light ThemeOverlay.MaterialComponents.Light
ThemeOverlay.AppCompat.Dark ThemeOverlay.MaterialComponents.Dark
ThemeOverlay.AppCompat.*.ActionBar ThemeOverlay.MaterialComponents.*.ActionBar.*
ThemeOverlay.AppCompat.Dialog.* ThemeOverlay.MaterialComponents.Dialog.*
N/A ThemeOverlay.MaterialComponents.*.BottomSheetDialog
N/A ThemeOverlay.MaterialComponents.MaterialAlertDialog.*
N/A ThemeOverlay.MaterialComponents.MaterialCalendar.*
N/A ThemeOverlay.MaterialComponents.Toolbar.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment