Skip to content

Instantly share code, notes, and snippets.

@nickbutcher
Last active January 29, 2020 12:30
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/d5db6c5329c390999739fa9c352cb4a0 to your computer and use it in GitHub Desktop.
Save nickbutcher/d5db6c5329c390999739fa9c352cb4a0 to your computer and use it in GitHub Desktop.
<!-- Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<!-- AndroidManifest.xml -->
<application …
android:theme="@style/Theme.Plaid">
<activity …
android:theme="@style/Theme.Plaid.About"/>
<!-- layout/foo.xml -->
<ConstraintLayout …
android:theme="@style/Theme.Plaid.Foo">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment