Skip to content

Instantly share code, notes, and snippets.

@ricknout
Last active January 19, 2023 09:30
Show Gist options
  • Save ricknout/864c10f8f80582b58f8c48b38afecb74 to your computer and use it in GitHub Desktop.
Save ricknout/864c10f8f80582b58f8c48b38afecb74 to your computer and use it in GitHub Desktop.
AppCompat to MDC-Android app theme update
<!-- Copyright 2020 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
-<style name="Theme.App" parent="Theme.AppCompat.*">
+<style name="Theme.App" parent="Theme.MaterialComponents.*">
...
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment