Skip to content

Instantly share code, notes, and snippets.

@ricknout
Created July 30, 2020 15:50
Show Gist options
  • Save ricknout/707516b1ea12580ec7308627333b7ac2 to your computer and use it in GitHub Desktop.
Save ricknout/707516b1ea12580ec7308627333b7ac2 to your computer and use it in GitHub Desktop.
MDC-Android theme overlay
<!-- 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