Skip to content

Instantly share code, notes, and snippets.

@nickbutcher
Created February 19, 2020 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickbutcher/543b9c5619cfde5afd44fe023e77f77a to your computer and use it in GitHub Desktop.
Save nickbutcher/543b9c5619cfde5afd44fe023e77f77a to your computer and use it in GitHub Desktop.
<!-- Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<ViewGroup …
- android:theme="@style/Theme.App.Foo">
+ android:theme="@style/ThemeOverlay.App.Foo">
<Button …
- android:theme="@style/Theme.App.Bar"/>
+ android:theme="@style/ThemeOverlay.App.Bar"/>
</ViewGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment