Created
July 30, 2020 15:50
-
-
Save ricknout/707516b1ea12580ec7308627333b7ac2 to your computer and use it in GitHub Desktop.
MDC-Android theme overlay
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 --> | |
<!-- In res/values/themes.xml --> | |
<style name="ThemeOverlay.App.PrimarySecondary" parent=""> | |
<item name="colorPrimary">?attr/colorSecondary</item> | |
<item name="colorOnPrimary">?attr/colorOnSecondary</item> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment