Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ricknout/d2c42059432e968c1b17ce897418ca58 to your computer and use it in GitHub Desktop.
Save ricknout/d2c42059432e968c1b17ce897418ca58 to your computer and use it in GitHub Desktop.
MDC-Android button custom gradient background in 1.2.0-alpha06+
<!-- Copyright 2020 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<Button
android:background="@drawable/bg_button_gradient"
+ app:backgroundTint="@null"
... />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment