Skip to content

Instantly share code, notes, and snippets.

@ricknout
Created July 30, 2020 15:56
Show Gist options
  • Save ricknout/2a9c8b8c85af0fdb5090d327ffcdc281 to your computer and use it in GitHub Desktop.
Save ricknout/2a9c8b8c85af0fdb5090d327ffcdc281 to your computer and use it in GitHub Desktop.
MDC-Android theme overlay in button
<!-- Copyright 2020 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<Button
...
<!-- Alternatively apply with android:theme -->
+ app:materialThemeOverlay="@style/ThemeOverlay.App.PrimarySecondary"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment