Last active
January 19, 2023 09:30
-
-
Save ricknout/864c10f8f80582b58f8c48b38afecb74 to your computer and use it in GitHub Desktop.
AppCompat to MDC-Android app theme update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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